Html Css Color HEX #B72ADE Dark Orchid

📋 copy color: '#B72ADE'

red 183 ◦ green 42 ◦ blue 222

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

Shades of Dark Orchid #B72ADE

Tints of Dark Orchid #B72ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.4%

 BLUE value IS 222 (87.11% from 255) = 49.66%

R = 40.94%
G = 9.4%
B = 49.66%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B72ADE (or 0xB72ADE) is known color: Dark Orchid. HEX triplet: B7, 2A and DE. RGB value is (183,42,222). Sum of RGB (Red+Green+Blue) = 183+42+222=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #B72ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72ADE is #48D521. Grayscale: #686868. Windows color (decimal): -4773154 or 14559927. OLE color: 14559927.

HSL color Cylindrical-coordinate representation of color #B72ADE: hue angle of 287º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72ADE is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 42 222 -
CMYK 0.18 0.81 0 0.13
HSL 287º 0.73% 0.52% -
HSV(B) 287º 0.81% 0.87% -
XYZ 33.54 17 70.62 -
YUV 104.68 194.21 183.86 -
System Red Green Blue C M Y K H S L
Decimal 183 42 222 0.18 0.81 0 0.13 287 0.73 0.52
Hex B7 2A DE 12 51 0 D 11F 49 34
Octal 267 52 336 22 121 0 15 437 111 64
Binary 10110111 101010 11011110 10010 1010001 0 1101 100011111 1001001 110100

Color Harmonies of #B72ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72ADE

Black with #B72ADE

Text Example


Text Example

White with #B72ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72ADE; }

 p { color: rgb(183,42,222); }

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

background-color css

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

 a { background-color: rgb(183,42,222); }

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

border-color css

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

 span { border-color: rgb(183,42,222); }

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