Html Css Color HEX #B72FDD Dark Orchid

📋 copy color: '#B72FDD'

red 183 ◦ green 47 ◦ blue 221

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

Shades of Dark Orchid #B72FDD

Tints of Dark Orchid #B72FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49%

R = 40.58%
G = 10.42%
B = 49%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B72FDD (or 0xB72FDD) is known color: Dark Orchid. HEX triplet: B7, 2F and DD. RGB value is (183,47,221). Sum of RGB (Red+Green+Blue) = 183+47+221=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #B72FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72FDD is #48D022. Grayscale: #6A6A6A. Windows color (decimal): -4771875 or 14495671. OLE color: 14495671.

HSL color Cylindrical-coordinate representation of color #B72FDD: hue angle of 286.9º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72FDD is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 47 221 -
CMYK 0.17 0.79 0 0.13
HSL 286.9º 0.72% 0.53% -
HSV(B) 286.9º 0.79% 0.87% -
XYZ 33.6 17.32 69.98 -
YUV 107.5 192.06 181.85 -
System Red Green Blue C M Y K H S L
Decimal 183 47 221 0.17 0.79 0 0.13 286.9 0.72 0.53
Hex B7 2F DD 11 4F 0 D 11F 48 35
Octal 267 57 335 21 117 0 15 437 110 65
Binary 10110111 101111 11011101 10001 1001111 0 1101 100011111 1001000 110101

Color Harmonies of #B72FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72FDD

Black with #B72FDD

Text Example


Text Example

White with #B72FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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