Html Css Color HEX #B72ECB Dark Orchid

📋 copy color: '#B72ECB'

red 183 ◦ green 46 ◦ blue 203

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

Shades of Dark Orchid #B72ECB

Tints of Dark Orchid #B72ECB

RGB

 RED value IS 183 (71.88% from 255) = 42.36%

 GREEN value IS 46 (18.36% from 255) = 10.65%

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 42.36%
G = 10.65%
B = 46.99%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B72ECB (or 0xB72ECB) is known color: Dark Orchid. HEX triplet: B7, 2E and CB. RGB value is (183,46,203). Sum of RGB (Red+Green+Blue) = 183+46+203=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #B72ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72ECB is #48D134. Grayscale: #686868. Windows color (decimal): -4772149 or 13315767. OLE color: 13315767.

HSL color Cylindrical-coordinate representation of color #B72ECB: hue angle of 292.36º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72ECB is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 46 203 -
CMYK 0.10 0.77 0 0.20
HSL 292.36º 0.63% 0.49% -
HSV(B) 292.36º 0.77% 0.8% -
XYZ 31.28 16.33 58 -
YUV 104.86 183.39 183.73 -
System Red Green Blue C M Y K H S L
Decimal 183 46 203 0.10 0.77 0 0.20 292.36 0.63 0.49
Hex B7 2E CB A 4D 0 14 124 3F 31
Octal 267 56 313 12 115 0 24 444 77 61
Binary 10110111 101110 11001011 1010 1001101 0 10100 100100100 111111 110001

Color Harmonies of #B72ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72ECB

Black with #B72ECB

Text Example


Text Example

White with #B72ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72ECB; }

 p { color: rgb(183,46,203); }

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

background-color css

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

 a { background-color: rgb(183,46,203); }

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

border-color css

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

 span { border-color: rgb(183,46,203); }

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