Html Css Color HEX #B72EDB Dark Orchid

📋 copy color: '#B72EDB'

red 183 ◦ green 46 ◦ blue 219

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

Shades of Dark Orchid #B72EDB

Tints of Dark Orchid #B72EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.88%

R = 40.85%
G = 10.27%
B = 48.88%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B72EDB (or 0xB72EDB) is known color: Dark Orchid. HEX triplet: B7, 2E and DB. RGB value is (183,46,219). Sum of RGB (Red+Green+Blue) = 183+46+219=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #B72EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72EDB is #48D124. Grayscale: #6A6A6A. Windows color (decimal): -4772133 or 14364343. OLE color: 14364343.

HSL color Cylindrical-coordinate representation of color #B72EDB: hue angle of 287.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72EDB is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 46 219 -
CMYK 0.16 0.79 0 0.14
HSL 287.51º 0.71% 0.52% -
HSV(B) 287.51º 0.79% 0.86% -
XYZ 33.29 17.14 68.57 -
YUV 106.69 191.39 182.43 -
System Red Green Blue C M Y K H S L
Decimal 183 46 219 0.16 0.79 0 0.14 287.51 0.71 0.52
Hex B7 2E DB 10 4F 0 E 120 47 34
Octal 267 56 333 20 117 0 16 440 107 64
Binary 10110111 101110 11011011 10000 1001111 0 1110 100100000 1000111 110100

Color Harmonies of #B72EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72EDB

Black with #B72EDB

Text Example


Text Example

White with #B72EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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