Html Css Color HEX #B724DB Dark Orchid

📋 copy color: '#B724DB'

red 183 ◦ green 36 ◦ blue 219

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

Shades of Dark Orchid #B724DB

Tints of Dark Orchid #B724DB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.22%

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

R = 41.78%
G = 8.22%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B724DB (or 0xB724DB) is known color: Dark Orchid. HEX triplet: B7, 24 and DB. RGB value is (183,36,219). Sum of RGB (Red+Green+Blue) = 183+36+219=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #B724DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B724DB is #48DB24. Grayscale: #646464. Windows color (decimal): -4774693 or 14361783. OLE color: 14361783.

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

Color convert

RGB 183 36 219 -
CMYK 0.16 0.84 0 0.14
HSL 288.2º 0.72% 0.5% -
HSV(B) 288.2º 0.84% 0.86% -
XYZ 32.95 16.44 68.46 -
YUV 100.82 194.7 186.62 -
System Red Green Blue C M Y K H S L
Decimal 183 36 219 0.16 0.84 0 0.14 288.2 0.72 0.5
Hex B7 24 DB 10 54 0 E 120 48 32
Octal 267 44 333 20 124 0 16 440 110 62
Binary 10110111 100100 11011011 10000 1010100 0 1110 100100000 1001000 110010

Color Harmonies of #B724DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B724DB

Black with #B724DB

Text Example


Text Example

White with #B724DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B724DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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