Html Css Color HEX #B133CE Dark Orchid

📋 copy color: '#B133CE'

red 177 ◦ green 51 ◦ blue 206

#B133CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B133CE

Tints of Dark Orchid #B133CE

RGB

 RED value IS 177 (69.53% from 255) = 40.78%

 GREEN value IS 51 (20.31% from 255) = 11.75%

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 40.78%
G = 11.75%
B = 47.47%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B133CE (or 0xB133CE) is known color: Dark Orchid. HEX triplet: B1, 33 and CE. RGB value is (177,51,206). Sum of RGB (Red+Green+Blue) = 177+51+206=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #B133CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133CE is #4ECC31. Grayscale: #696969. Windows color (decimal): -5164082 or 13513649. OLE color: 13513649.

HSL color Cylindrical-coordinate representation of color #B133CE: hue angle of 288.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B133CE is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 51 206 -
CMYK 0.14 0.75 0 0.19
HSL 288.77º 0.61% 0.5% -
HSV(B) 288.77º 0.75% 0.81% -
XYZ 30.46 16.17 59.91 -
YUV 106.34 184.24 178.4 -
System Red Green Blue C M Y K H S L
Decimal 177 51 206 0.14 0.75 0 0.19 288.77 0.61 0.5
Hex B1 33 CE E 4B 0 13 121 3D 32
Octal 261 63 316 16 113 0 23 441 75 62
Binary 10110001 110011 11001110 1110 1001011 0 10011 100100001 111101 110010

Color Harmonies of #B133CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B133CE

Black with #B133CE

Text Example


Text Example

White with #B133CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B133CE; }

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

 H1.HeaderClassName
 {
   color: #B133CE;
 }
 .AnyTagClassName
 {
   color: #B133CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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