Html Css Color HEX #B72DED Dark Orchid

📋 copy color: '#B72DED'

red 183 ◦ green 45 ◦ blue 237

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

Shades of Dark Orchid #B72DED

Tints of Dark Orchid #B72DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 39.35%
G = 9.68%
B = 50.97%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B72DED (or 0xB72DED) is known color: Dark Orchid. HEX triplet: B7, 2D and ED. RGB value is (183,45,237). Sum of RGB (Red+Green+Blue) = 183+45+237=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #B72DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72DED is #48D212. Grayscale: #6B6B6B. Windows color (decimal): -4772371 or 15543735. OLE color: 15543735.

HSL color Cylindrical-coordinate representation of color #B72DED: hue angle of 283.12º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72DED is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 45 237 -
CMYK 0.23 0.81 0 0.07
HSL 283.13º 0.84% 0.55% -
HSV(B) 283.13º 0.81% 0.93% -
XYZ 35.75 18.06 81.72 -
YUV 108.15 200.72 181.39 -
System Red Green Blue C M Y K H S L
Decimal 183 45 237 0.23 0.81 0 0.07 283.13 0.84 0.55
Hex B7 2D ED 17 51 0 7 11B 54 37
Octal 267 55 355 27 121 0 7 433 124 67
Binary 10110111 101101 11101101 10111 1010001 0 111 100011011 1010100 110111

Color Harmonies of #B72DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72DED

Black with #B72DED

Text Example


Text Example

White with #B72DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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