Html Css Color HEX #B72EDF Dark Orchid

📋 copy color: '#B72EDF'

red 183 ◦ green 46 ◦ blue 223

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

Shades of Dark Orchid #B72EDF

Tints of Dark Orchid #B72EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.34%

R = 40.49%
G = 10.18%
B = 49.34%

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

#B72EDF (or 0xB72EDF) is known color: Dark Orchid. HEX triplet: B7, 2E and DF. RGB value is (183,46,223). Sum of RGB (Red+Green+Blue) = 183+46+223=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #B72EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72EDF is #48D120. Grayscale: #6A6A6A. Windows color (decimal): -4772129 or 14626487. OLE color: 14626487.

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

Color convert

RGB 183 46 223 -
CMYK 0.18 0.79 0 0.13
HSL 286.44º 0.73% 0.53% -
HSV(B) 286.44º 0.79% 0.87% -
XYZ 33.82 17.35 71.38 -
YUV 107.14 193.39 182.11 -
System Red Green Blue C M Y K H S L
Decimal 183 46 223 0.18 0.79 0 0.13 286.44 0.73 0.53
Hex B7 2E DF 12 4F 0 D 11E 49 35
Octal 267 56 337 22 117 0 15 436 111 65
Binary 10110111 101110 11011111 10010 1001111 0 1101 100011110 1001001 110101

Color Harmonies of #B72EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72EDF

Black with #B72EDF

Text Example


Text Example

White with #B72EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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