Html Css Color HEX #B72CE0 Dark Orchid

📋 copy color: '#B72CE0'

red 183 ◦ green 44 ◦ blue 224

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

Shades of Dark Orchid #B72CE0

Tints of Dark Orchid #B72CE0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.76%

 BLUE value IS 224 (87.89% from 255) = 49.67%

R = 40.58%
G = 9.76%
B = 49.67%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B72CE0 (or 0xB72CE0) is known color: Dark Orchid. HEX triplet: B7, 2C and E0. RGB value is (183,44,224). Sum of RGB (Red+Green+Blue) = 183+44+224=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 44 (17.58% from 255 or 9.76% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #B72CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72CE0 is #48D31F. Grayscale: #696969. Windows color (decimal): -4772640 or 14691511. OLE color: 14691511.

HSL color Cylindrical-coordinate representation of color #B72CE0: hue angle of 286.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72CE0 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 44 224 -
CMYK 0.18 0.80 0 0.12
HSL 286.33º 0.74% 0.53% -
HSV(B) 286.33º 0.8% 0.88% -
XYZ 33.88 17.25 72.06 -
YUV 106.08 194.55 182.86 -
System Red Green Blue C M Y K H S L
Decimal 183 44 224 0.18 0.80 0 0.12 286.33 0.74 0.53
Hex B7 2C E0 12 50 0 C 11E 4A 35
Octal 267 54 340 22 120 0 14 436 112 65
Binary 10110111 101100 11100000 10010 1010000 0 1100 100011110 1001010 110101

Color Harmonies of #B72CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72CE0

Black with #B72CE0

Text Example


Text Example

White with #B72CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72CE0; }

 p { color: rgb(183,44,224); }

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

background-color css

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

 a { background-color: rgb(183,44,224); }

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

border-color css

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

 span { border-color: rgb(183,44,224); }

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