Html Css Color HEX #B72DBF Dark Orchid

📋 copy color: '#B72DBF'

red 183 ◦ green 45 ◦ blue 191

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

Shades of Dark Orchid #B72DBF

Tints of Dark Orchid #B72DBF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.74%

 BLUE value IS 191 (75% from 255) = 45.58%

R = 43.68%
G = 10.74%
B = 45.58%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B72DBF (or 0xB72DBF) is known color: Dark Orchid. HEX triplet: B7, 2D and BF. RGB value is (183,45,191). Sum of RGB (Red+Green+Blue) = 183+45+191=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #B72DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72DBF is #48D240. Grayscale: #666666. Windows color (decimal): -4772417 or 12529079. OLE color: 12529079.

HSL color Cylindrical-coordinate representation of color #B72DBF: hue angle of 296.71º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72DBF is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 45 191 -
CMYK 0.04 0.76 0 0.25
HSL 296.71º 0.62% 0.46% -
HSV(B) 296.71º 0.76% 0.75% -
XYZ 29.87 15.71 50.75 -
YUV 102.91 177.72 185.13 -
System Red Green Blue C M Y K H S L
Decimal 183 45 191 0.04 0.76 0 0.25 296.71 0.62 0.46
Hex B7 2D BF 4 4C 0 19 129 3E 2E
Octal 267 55 277 4 114 0 31 451 76 56
Binary 10110111 101101 10111111 100 1001100 0 11001 100101001 111110 101110

Color Harmonies of #B72DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72DBF

Black with #B72DBF

Text Example


Text Example

White with #B72DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72DBF; }

 p { color: rgb(183,45,191); }

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

background-color css

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

 a { background-color: rgb(183,45,191); }

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

border-color css

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

 span { border-color: rgb(183,45,191); }

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