#B133E4

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

Shades of Dark Orchid #B133E4

Tints of Dark Orchid #B133E4

Color information

#B133E4 (or 0xB133E4) is unknown color: approx Dark Orchid. HEX triplet: B1, 33 and E4. RGB value is (177,51,228). Sum of RGB (Red+Green+Blue) = 177+51+228=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #B133E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133E4 is #4ECC1B. Grayscale: #6C6C6C. Windows color (decimal): -5164060 or 14955441. OLE color: 14955441.

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

Color convert

RGB17751228-
CMYK0.220.7800.11
HSL282.71º76.62%54.71%-
HSV(B)282.71º77.63%89.41%-
XYZ33.3217.3274.99-
YUV108.85195.24176.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.82%
GREEN value IS 51 (20.31% from 255) = 11.18%
BLUE value IS 228 (89.45% from 255) = 50%
R=38.82%
G=11.18%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal177512280.220.7800.11282.7176.6254.71
HexB133E4164E0B11b4d37
Octal261633442611601343311567
Binary1011000111001111100100101101001110010111000110111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B133E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B133E4; }

 p { color: rgb(177,51,228); }

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

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

 a { background-color: rgb(177,51,228); }

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

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

 span { border-color: rgb(177,51,228); }

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