#B127E2

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

Shades of Dark Orchid #B127E2

Tints of Dark Orchid #B127E2

Color information

#B127E2 (or 0xB127E2) is unknown color: approx Dark Orchid. HEX triplet: B1, 27 and E2. RGB value is (177,39,226). Sum of RGB (Red+Green+Blue) = 177+39+226=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 226 (88.67% from 255 or 51.13% from 442); Max value from RGB is 226 - color contains mainly: blue. Hex color #B127E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B127E2 is #4ED81D. Grayscale: #646464. Windows color (decimal): -5167134 or 14821297. OLE color: 14821297.

HSL color Cylindrical-coordinate representation of color #B127E2: hue angle of 284.28º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B127E2 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17739226-
CMYK0.220.8300.11
HSL284.28º76.33%51.96%-
HSV(B)284.28º82.74%88.63%-
XYZ32.5816.2973.38-
YUV101.58198.22181.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.05%
GREEN value IS 39 (15.62% from 255) = 8.82%
BLUE value IS 226 (88.67% from 255) = 51.13%
R=40.05%
G=8.82%
B=51.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal177392260.220.8300.11284.2876.3351.96
HexB127E216530B11c4c34
Octal261473422612301343411464
Binary1011000110011111100010101101010011010111000111001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B127E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B127E2; }

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

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

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

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

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

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

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

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