Html Css Color HEX #B324DC Dark Orchid

📋 copy color: '#B324DC'

red 179 ◦ green 36 ◦ blue 220

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

Shades of Dark Orchid #B324DC

Tints of Dark Orchid #B324DC

RGB

 RED value IS 179 (70.31% from 255) = 41.15%

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

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

R = 41.15%
G = 8.28%
B = 50.57%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B324DC (or 0xB324DC) is known color: Dark Orchid. HEX triplet: B3, 24 and DC. RGB value is (179,36,220). Sum of RGB (Red+Green+Blue) = 179+36+220=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #B324DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B324DC is #4CDB23. Grayscale: #636363. Windows color (decimal): -5036836 or 14427315. OLE color: 14427315.

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

Color convert

RGB 179 36 220 -
CMYK 0.19 0.84 0 0.14
HSL 286.63º 0.72% 0.5% -
HSV(B) 286.63º 0.84% 0.86% -
XYZ 32.14 16.01 69.11 -
YUV 99.73 195.88 184.54 -
System Red Green Blue C M Y K H S L
Decimal 179 36 220 0.19 0.84 0 0.14 286.63 0.72 0.5
Hex B3 24 DC 13 54 0 E 11F 48 32
Octal 263 44 334 23 124 0 16 437 110 62
Binary 10110011 100100 11011100 10011 1010100 0 1110 100011111 1001000 110010

Color Harmonies of #B324DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B324DC

Black with #B324DC

Text Example


Text Example

White with #B324DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B324DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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