Html Css Color HEX #B323DD Dark Orchid

📋 copy color: '#B323DD'

red 179 ◦ green 35 ◦ blue 221

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

Shades of Dark Orchid #B323DD

Tints of Dark Orchid #B323DD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.05%

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 41.15%
G = 8.05%
B = 50.8%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B323DD (or 0xB323DD) is known color: Dark Orchid. HEX triplet: B3, 23 and DD. RGB value is (179,35,221). Sum of RGB (Red+Green+Blue) = 179+35+221=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #B323DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B323DD is #4CDC22. Grayscale: #626262. Windows color (decimal): -5037091 or 14492595. OLE color: 14492595.

HSL color Cylindrical-coordinate representation of color #B323DD: hue angle of 286.45º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B323DD is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 35 221 -
CMYK 0.19 0.84 0 0.13
HSL 286.45º 0.73% 0.5% -
HSV(B) 286.45º 0.84% 0.87% -
XYZ 32.24 16.01 69.8 -
YUV 99.26 196.71 184.88 -
System Red Green Blue C M Y K H S L
Decimal 179 35 221 0.19 0.84 0 0.13 286.45 0.73 0.5
Hex B3 23 DD 13 54 0 D 11E 49 32
Octal 263 43 335 23 124 0 15 436 111 62
Binary 10110011 100011 11011101 10011 1010100 0 1101 100011110 1001001 110010

Color Harmonies of #B323DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B323DD

Black with #B323DD

Text Example


Text Example

White with #B323DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B323DD; }

 p { color: rgb(179,35,221); }

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

background-color css

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

 a { background-color: rgb(179,35,221); }

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

border-color css

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

 span { border-color: rgb(179,35,221); }

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