Html Css Color HEX #B72ED0 Dark Orchid

📋 copy color: '#B72ED0'

red 183 ◦ green 46 ◦ blue 208

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

Shades of Dark Orchid #B72ED0

Tints of Dark Orchid #B72ED0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.53%

 BLUE value IS 208 (81.64% from 255) = 47.6%

R = 41.88%
G = 10.53%
B = 47.6%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B72ED0 (or 0xB72ED0) is known color: Dark Orchid. HEX triplet: B7, 2E and D0. RGB value is (183,46,208). Sum of RGB (Red+Green+Blue) = 183+46+208=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #B72ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72ED0 is #48D12F. Grayscale: #686868. Windows color (decimal): -4772144 or 13643447. OLE color: 13643447.

HSL color Cylindrical-coordinate representation of color #B72ED0: hue angle of 290.74º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72ED0 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 46 208 -
CMYK 0.12 0.78 0 0.18
HSL 290.74º 0.64% 0.5% -
HSV(B) 290.74º 0.78% 0.82% -
XYZ 31.89 16.58 61.19 -
YUV 105.43 185.89 183.33 -
System Red Green Blue C M Y K H S L
Decimal 183 46 208 0.12 0.78 0 0.18 290.74 0.64 0.5
Hex B7 2E D0 C 4E 0 12 123 40 32
Octal 267 56 320 14 116 0 22 443 100 62
Binary 10110111 101110 11010000 1100 1001110 0 10010 100100011 1000000 110010

Color Harmonies of #B72ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72ED0

Black with #B72ED0

Text Example


Text Example

White with #B72ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72ED0; }

 p { color: rgb(183,46,208); }

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

background-color css

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

 a { background-color: rgb(183,46,208); }

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

border-color css

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

 span { border-color: rgb(183,46,208); }

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