#B127B4

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

Shades of Dark Orchid #B127B4

Tints of Dark Orchid #B127B4

Color information

#B127B4 (or 0xB127B4) is unknown color: approx Dark Orchid. HEX triplet: B1, 27 and B4. RGB value is (177,39,180). Sum of RGB (Red+Green+Blue) = 177+39+180=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 180 - color contains mainly: blue. Hex color #B127B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B127B4 is #4ED84B. Grayscale: #5F5F5F. Windows color (decimal): -5167180 or 11806641. OLE color: 11806641.

HSL color Cylindrical-coordinate representation of color #B127B4: hue angle of 298.72º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B127B4 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17739180-
CMYK0.020.7800.29
HSL298.72º64.38%42.94%-
HSV(B)298.72º78.33%70.59%-
XYZ27.114.0944.47-
YUV96.34175.22185.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 39 (15.62% from 255) = 9.85%
BLUE value IS 180 (70.70% from 255) = 45.45%
R=44.70%
G=9.85%
B=45.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177391800.020.7800.29298.7264.3842.94
HexB127B424E01D12b402b
Octal26147264211603545310053
Binary10110001100111101101001010011100111011001010111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B127B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B127B4; }

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

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

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

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

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

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

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

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