Html Css Color HEX #B72EDE Dark Orchid

📋 copy color: '#B72EDE'

red 183 ◦ green 46 ◦ blue 222

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

Shades of Dark Orchid #B72EDE

Tints of Dark Orchid #B72EDE

RGB

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

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

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

R = 40.58%
G = 10.2%
B = 49.22%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B72EDE (or 0xB72EDE) is known color: Dark Orchid. HEX triplet: B7, 2E and DE. RGB value is (183,46,222). Sum of RGB (Red+Green+Blue) = 183+46+222=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 46 (18.36% from 255 or 10.20% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #B72EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72EDE is #48D121. Grayscale: #6A6A6A. Windows color (decimal): -4772130 or 14560951. OLE color: 14560951.

HSL color Cylindrical-coordinate representation of color #B72EDE: hue angle of 286.7º degrees, saturation: 0.73, 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 #B72EDE is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 46 222 -
CMYK 0.18 0.79 0 0.13
HSL 286.7º 0.73% 0.53% -
HSV(B) 286.7º 0.79% 0.87% -
XYZ 33.69 17.3 70.67 -
YUV 107.03 192.89 182.19 -
System Red Green Blue C M Y K H S L
Decimal 183 46 222 0.18 0.79 0 0.13 286.7 0.73 0.53
Hex B7 2E DE 12 4F 0 D 11F 49 35
Octal 267 56 336 22 117 0 15 437 111 65
Binary 10110111 101110 11011110 10010 1001111 0 1101 100011111 1001001 110101

Color Harmonies of #B72EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72EDE

Black with #B72EDE

Text Example


Text Example

White with #B72EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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