Html Css Color HEX #B72EEE Dark Orchid

📋 copy color: '#B72EEE'

red 183 ◦ green 46 ◦ blue 238

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

Shades of Dark Orchid #B72EEE

Tints of Dark Orchid #B72EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.96%

R = 39.19%
G = 9.85%
B = 50.96%

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

#B72EEE (or 0xB72EEE) is known color: Dark Orchid. HEX triplet: B7, 2E and EE. RGB value is (183,46,238). Sum of RGB (Red+Green+Blue) = 183+46+238=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 46 (18.36% from 255 or 9.85% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #B72EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72EEE is #48D111. Grayscale: #6C6C6C. Windows color (decimal): -4772114 or 15609527. OLE color: 15609527.

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

Color convert

RGB 183 46 238 -
CMYK 0.23 0.81 0 0.07
HSL 282.81º 0.85% 0.56% -
HSV(B) 282.81º 0.81% 0.93% -
XYZ 35.94 18.19 82.51 -
YUV 108.85 200.89 180.89 -
System Red Green Blue C M Y K H S L
Decimal 183 46 238 0.23 0.81 0 0.07 282.81 0.85 0.56
Hex B7 2E EE 17 51 0 7 11B 55 38
Octal 267 56 356 27 121 0 7 433 125 70
Binary 10110111 101110 11101110 10111 1010001 0 111 100011011 1010101 111000

Color Harmonies of #B72EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72EEE

Black with #B72EEE

Text Example


Text Example

White with #B72EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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