Html Css Color HEX #B72ECF Dark Orchid

📋 copy color: '#B72ECF'

red 183 ◦ green 46 ◦ blue 207

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

Shades of Dark Orchid #B72ECF

Tints of Dark Orchid #B72ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 41.97%
G = 10.55%
B = 47.48%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B72ECF (or 0xB72ECF) is known color: Dark Orchid. HEX triplet: B7, 2E and CF. RGB value is (183,46,207). Sum of RGB (Red+Green+Blue) = 183+46+207=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #B72ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72ECF is #48D130. Grayscale: #686868. Windows color (decimal): -4772145 or 13577911. OLE color: 13577911.

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

Color convert

RGB 183 46 207 -
CMYK 0.12 0.78 0 0.19
HSL 291.06º 0.64% 0.5% -
HSV(B) 291.06º 0.78% 0.81% -
XYZ 31.77 16.53 60.55 -
YUV 105.32 185.39 183.41 -
System Red Green Blue C M Y K H S L
Decimal 183 46 207 0.12 0.78 0 0.19 291.06 0.64 0.5
Hex B7 2E CF C 4E 0 13 123 40 32
Octal 267 56 317 14 116 0 23 443 100 62
Binary 10110111 101110 11001111 1100 1001110 0 10011 100100011 1000000 110010

Color Harmonies of #B72ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72ECF

Black with #B72ECF

Text Example


Text Example

White with #B72ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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