Html Css Color HEX #B72FCD Dark Orchid

📋 copy color: '#B72FCD'

red 183 ◦ green 47 ◦ blue 205

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

Shades of Dark Orchid #B72FCD

Tints of Dark Orchid #B72FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 42.07%
G = 10.8%
B = 47.13%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B72FCD (or 0xB72FCD) is known color: Dark Orchid. HEX triplet: B7, 2F and CD. RGB value is (183,47,205). Sum of RGB (Red+Green+Blue) = 183+47+205=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #B72FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72FCD is #48D032. Grayscale: #696969. Windows color (decimal): -4771891 or 13447095. OLE color: 13447095.

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

Color convert

RGB 183 47 205 -
CMYK 0.11 0.77 0 0.20
HSL 291.65º 0.63% 0.49% -
HSV(B) 291.65º 0.77% 0.8% -
XYZ 31.56 16.51 59.28 -
YUV 105.68 184.06 183.15 -
System Red Green Blue C M Y K H S L
Decimal 183 47 205 0.11 0.77 0 0.20 291.65 0.63 0.49
Hex B7 2F CD B 4D 0 14 124 3F 31
Octal 267 57 315 13 115 0 24 444 77 61
Binary 10110111 101111 11001101 1011 1001101 0 10100 100100100 111111 110001

Color Harmonies of #B72FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72FCD

Black with #B72FCD

Text Example


Text Example

White with #B72FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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