Html Css Color HEX #B033EC Dark Orchid

📋 copy color: '#B033EC'

red 176 ◦ green 51 ◦ blue 236

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

Shades of Dark Orchid #B033EC

Tints of Dark Orchid #B033EC

RGB

 RED value IS 176 (69.14% from 255) = 38.01%

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

 BLUE value IS 236 (92.58% from 255) = 50.97%

R = 38.01%
G = 11.02%
B = 50.97%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B033EC (or 0xB033EC) is known color: Dark Orchid. HEX triplet: B0, 33 and EC. RGB value is (176,51,236). Sum of RGB (Red+Green+Blue) = 176+51+236=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #B033EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B033EC is #4FCC13. Grayscale: #6C6C6C. Windows color (decimal): -5229588 or 15479728. OLE color: 15479728.

HSL color Cylindrical-coordinate representation of color #B033EC: hue angle of 280.54º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B033EC is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 51 236 -
CMYK 0.25 0.78 0 0.07
HSL 280.54º 0.83% 0.56% -
HSV(B) 280.54º 0.78% 0.93% -
XYZ 34.23 17.65 80.96 -
YUV 109.47 199.41 175.46 -
System Red Green Blue C M Y K H S L
Decimal 176 51 236 0.25 0.78 0 0.07 280.54 0.83 0.56
Hex B0 33 EC 19 4E 0 7 119 53 38
Octal 260 63 354 31 116 0 7 431 123 70
Binary 10110000 110011 11101100 11001 1001110 0 111 100011001 1010011 111000

Color Harmonies of #B033EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B033EC

Black with #B033EC

Text Example


Text Example

White with #B033EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B033EC; }

 p { color: rgb(176,51,236); }

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

background-color css

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

 a { background-color: rgb(176,51,236); }

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

border-color css

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

 span { border-color: rgb(176,51,236); }

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