#B127C4

Color #B127C4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B127C4

Tints of Dark Orchid #B127C4

Color information

#B127C4 (or 0xB127C4) is unknown color: approx Dark Orchid. HEX triplet: B1, 27 and C4. RGB value is (177,39,196). Sum of RGB (Red+Green+Blue) = 177+39+196=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 196 (76.95% from 255 or 47.57% from 412); Max value from RGB is 196 - color contains mainly: blue. Hex color #B127C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B127C4 is #4ED83B. Grayscale: #616161. Windows color (decimal): -5167164 or 12855217. OLE color: 12855217.

HSL color Cylindrical-coordinate representation of color #B127C4: hue angle of 292.74º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B127C4 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17739196-
CMYK0.100.8000.23
HSL292.74º66.81%46.08%-
HSV(B)292.74º80.1%76.86%-
XYZ28.8214.7853.56-
YUV98.16183.22184.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 39 (15.62% from 255) = 9.47%
BLUE value IS 196 (76.95% from 255) = 47.57%
R=42.96%
G=9.47%
B=47.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal177391960.100.8000.23292.7466.8146.08
HexB127C4A50017125432e
Octal261473041212002744510356
Binary1011000110011111000100101010100000101111001001011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B127C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B127C4; }

 p { color: rgb(177,39,196); }

 H1.HeaderClassName
 {
   color: #B127C4;
 }
 .AnyTagClassName
 {
   color: #B127C4;
 }
</style>
background-color css

<style>
 a { background-color: #B127C4; }

 a { background-color: rgb(177,39,196); }

 div.DivClassName
 {
   background-color: #B127C4;
 }
 .BgClassName
 {
   background-color: #B127C4;
 }
</style>
border-color css

<style>
 span { border-color: #B127C4; }

 span { border-color: rgb(177,39,196); }

 td.TdClassName
 {
   border-color: #B127C4;
 }
 .TagClassName
 {
   border-color: #B127C4;
 }
</style>