Html Css Color HEX #B72FCB Dark Orchid

📋 copy color: '#B72FCB'

red 183 ◦ green 47 ◦ blue 203

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

Shades of Dark Orchid #B72FCB

Tints of Dark Orchid #B72FCB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.85%

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

R = 42.26%
G = 10.85%
B = 46.88%

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

#B72FCB (or 0xB72FCB) is known color: Dark Orchid. HEX triplet: B7, 2F and CB. RGB value is (183,47,203). Sum of RGB (Red+Green+Blue) = 183+47+203=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #B72FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72FCB is #48D034. Grayscale: #686868. Windows color (decimal): -4771893 or 13316023. OLE color: 13316023.

HSL color Cylindrical-coordinate representation of color #B72FCB: hue angle of 292.31º degrees, saturation: 0.62, 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 #B72FCB is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 47 203 -
CMYK 0.10 0.77 0 0.20
HSL 292.31º 0.62% 0.49% -
HSV(B) 292.31º 0.77% 0.8% -
XYZ 31.32 16.41 58.02 -
YUV 105.45 183.06 183.32 -
System Red Green Blue C M Y K H S L
Decimal 183 47 203 0.10 0.77 0 0.20 292.31 0.62 0.49
Hex B7 2F CB A 4D 0 14 124 3E 31
Octal 267 57 313 12 115 0 24 444 76 61
Binary 10110111 101111 11001011 1010 1001101 0 10100 100100100 111110 110001

Color Harmonies of #B72FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72FCB

Black with #B72FCB

Text Example


Text Example

White with #B72FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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