Html Css Color HEX #B032ED Dark Orchid

📋 copy color: '#B032ED'

red 176 ◦ green 50 ◦ blue 237

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

Shades of Dark Orchid #B032ED

Tints of Dark Orchid #B032ED

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.8%

 BLUE value IS 237 (92.97% from 255) = 51.19%

R = 38.01%
G = 10.8%
B = 51.19%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B032ED (or 0xB032ED) is known color: Dark Orchid. HEX triplet: B0, 32 and ED. RGB value is (176,50,237). Sum of RGB (Red+Green+Blue) = 176+50+237=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #B032ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B032ED is #4FCD12. Grayscale: #6C6C6C. Windows color (decimal): -5229843 or 15545008. OLE color: 15545008.

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

Color convert

RGB 176 50 237 -
CMYK 0.26 0.79 0 0.07
HSL 280.43º 0.84% 0.56% -
HSV(B) 280.43º 0.79% 0.93% -
XYZ 34.33 17.63 81.71 -
YUV 108.99 200.24 175.79 -
System Red Green Blue C M Y K H S L
Decimal 176 50 237 0.26 0.79 0 0.07 280.43 0.84 0.56
Hex B0 32 ED 1A 4F 0 7 118 54 38
Octal 260 62 355 32 117 0 7 430 124 70
Binary 10110000 110010 11101101 11010 1001111 0 111 100011000 1010100 111000

Color Harmonies of #B032ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B032ED

Black with #B032ED

Text Example


Text Example

White with #B032ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B032ED; }

 p { color: rgb(176,50,237); }

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

background-color css

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

 a { background-color: rgb(176,50,237); }

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

border-color css

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

 span { border-color: rgb(176,50,237); }

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