Html Css Color HEX #B72CEF Dark Orchid

📋 copy color: '#B72CEF'

red 183 ◦ green 44 ◦ blue 239

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

Shades of Dark Orchid #B72CEF

Tints of Dark Orchid #B72CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.29%

R = 39.27%
G = 9.44%
B = 51.29%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B72CEF (or 0xB72CEF) is known color: Dark Orchid. HEX triplet: B7, 2C and EF. RGB value is (183,44,239). Sum of RGB (Red+Green+Blue) = 183+44+239=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #B72CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72CEF is #48D310. Grayscale: #6B6B6B. Windows color (decimal): -4772625 or 15674551. OLE color: 15674551.

HSL color Cylindrical-coordinate representation of color #B72CEF: hue angle of 282.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72CEF is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 44 239 -
CMYK 0.23 0.82 0 0.06
HSL 282.77º 0.86% 0.55% -
HSV(B) 282.77º 0.82% 0.94% -
XYZ 36.01 18.1 83.26 -
YUV 107.79 202.05 181.64 -
System Red Green Blue C M Y K H S L
Decimal 183 44 239 0.23 0.82 0 0.06 282.77 0.86 0.55
Hex B7 2C EF 17 52 0 6 11B 56 37
Octal 267 54 357 27 122 0 6 433 126 67
Binary 10110111 101100 11101111 10111 1010010 0 110 100011011 1010110 110111

Color Harmonies of #B72CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72CEF

Black with #B72CEF

Text Example


Text Example

White with #B72CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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