Html Css Color HEX #B72DD8 Dark Orchid

📋 copy color: '#B72DD8'

red 183 ◦ green 45 ◦ blue 216

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

Shades of Dark Orchid #B72DD8

Tints of Dark Orchid #B72DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.65%

R = 41.22%
G = 10.14%
B = 48.65%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B72DD8 (or 0xB72DD8) is known color: Dark Orchid. HEX triplet: B7, 2D and D8. RGB value is (183,45,216). Sum of RGB (Red+Green+Blue) = 183+45+216=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #B72DD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72DD8 is #48D227. Grayscale: #696969. Windows color (decimal): -4772392 or 14167479. OLE color: 14167479.

HSL color Cylindrical-coordinate representation of color #B72DD8: hue angle of 288.42º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72DD8 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 45 216 -
CMYK 0.15 0.79 0 0.15
HSL 288.42º 0.69% 0.51% -
HSV(B) 288.42º 0.79% 0.85% -
XYZ 32.86 16.9 66.5 -
YUV 105.76 190.22 183.1 -
System Red Green Blue C M Y K H S L
Decimal 183 45 216 0.15 0.79 0 0.15 288.42 0.69 0.51
Hex B7 2D D8 F 4F 0 F 120 45 33
Octal 267 55 330 17 117 0 17 440 105 63
Binary 10110111 101101 11011000 1111 1001111 0 1111 100100000 1000101 110011

Color Harmonies of #B72DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72DD8

Black with #B72DD8

Text Example


Text Example

White with #B72DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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