Html Css Color HEX #B72BCD Dark Orchid

📋 copy color: '#B72BCD'

red 183 ◦ green 43 ◦ blue 205

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

Shades of Dark Orchid #B72BCD

Tints of Dark Orchid #B72BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.98%

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

R = 42.46%
G = 9.98%
B = 47.56%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B72BCD (or 0xB72BCD) is known color: Dark Orchid. HEX triplet: B7, 2B and CD. RGB value is (183,43,205). Sum of RGB (Red+Green+Blue) = 183+43+205=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #B72BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72BCD is #48D432. Grayscale: #666666. Windows color (decimal): -4772915 or 13446071. OLE color: 13446071.

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

Color convert

RGB 183 43 205 -
CMYK 0.11 0.79 0 0.20
HSL 291.85º 0.65% 0.49% -
HSV(B) 291.85º 0.79% 0.8% -
XYZ 31.41 16.2 59.23 -
YUV 103.33 185.38 184.83 -
System Red Green Blue C M Y K H S L
Decimal 183 43 205 0.11 0.79 0 0.20 291.85 0.65 0.49
Hex B7 2B CD B 4F 0 14 124 41 31
Octal 267 53 315 13 117 0 24 444 101 61
Binary 10110111 101011 11001101 1011 1001111 0 10100 100100100 1000001 110001

Color Harmonies of #B72BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72BCD

Black with #B72BCD

Text Example


Text Example

White with #B72BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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