Html Css Color HEX #B724DC Dark Orchid

📋 copy color: '#B724DC'

red 183 ◦ green 36 ◦ blue 220

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

Shades of Dark Orchid #B724DC

Tints of Dark Orchid #B724DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 41.69%
G = 8.2%
B = 50.11%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B724DC (or 0xB724DC) is known color: Dark Orchid. HEX triplet: B7, 24 and DC. RGB value is (183,36,220). Sum of RGB (Red+Green+Blue) = 183+36+220=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #B724DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B724DC is #48DB23. Grayscale: #646464. Windows color (decimal): -4774692 or 14427319. OLE color: 14427319.

HSL color Cylindrical-coordinate representation of color #B724DC: hue angle of 287.93º 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 #B724DC is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 36 220 -
CMYK 0.17 0.84 0 0.14
HSL 287.93º 0.72% 0.5% -
HSV(B) 287.93º 0.84% 0.86% -
XYZ 33.08 16.5 69.15 -
YUV 100.93 195.2 186.54 -
System Red Green Blue C M Y K H S L
Decimal 183 36 220 0.17 0.84 0 0.14 287.93 0.72 0.5
Hex B7 24 DC 11 54 0 E 120 48 32
Octal 267 44 334 21 124 0 16 440 110 62
Binary 10110111 100100 11011100 10001 1010100 0 1110 100100000 1001000 110010

Color Harmonies of #B724DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B724DC

Black with #B724DC

Text Example


Text Example

White with #B724DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B724DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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