#B127D3

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

Shades of Dark Orchid #B127D3

Tints of Dark Orchid #B127D3

Color information

#B127D3 (or 0xB127D3) is unknown color: approx Dark Orchid. HEX triplet: B1, 27 and D3. RGB value is (177,39,211). Sum of RGB (Red+Green+Blue) = 177+39+211=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 211 (82.81% from 255 or 49.41% from 427); Max value from RGB is 211 - color contains mainly: blue. Hex color #B127D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B127D3 is #4ED82C. Grayscale: #636363. Windows color (decimal): -5167149 or 13838257. OLE color: 13838257.

HSL color Cylindrical-coordinate representation of color #B127D3: hue angle of 288.14º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B127D3 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17739211-
CMYK0.160.8200.17
HSL288.14º68.8%49.02%-
HSV(B)288.14º81.52%82.75%-
XYZ30.6115.563.01-
YUV99.87190.72183.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 39 (15.62% from 255) = 9.13%
BLUE value IS 211 (82.81% from 255) = 49.41%
R=41.45%
G=9.13%
B=49.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal177392110.160.8200.17288.1468.849.02
HexB127D310520111204531
Octal261473232012202144010561
Binary10110001100111110100111000010100100100011001000001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B127D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B127D3; }

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

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

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

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

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

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

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

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