Html Css Color HEX #B323DF Dark Orchid

📋 copy color: '#B323DF'

red 179 ◦ green 35 ◦ blue 223

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

Shades of Dark Orchid #B323DF

Tints of Dark Orchid #B323DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.03%

R = 40.96%
G = 8.01%
B = 51.03%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B323DF (or 0xB323DF) is known color: Dark Orchid. HEX triplet: B3, 23 and DF. RGB value is (179,35,223). Sum of RGB (Red+Green+Blue) = 179+35+223=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 35 (14.06% from 255 or 8.01% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #B323DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B323DF is #4CDC20. Grayscale: #626262. Windows color (decimal): -5037089 or 14623667. OLE color: 14623667.

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

Color convert

RGB 179 35 223 -
CMYK 0.20 0.84 0 0.13
HSL 285.96º 0.75% 0.51% -
HSV(B) 285.96º 0.84% 0.87% -
XYZ 32.51 16.11 71.21 -
YUV 99.49 197.71 184.71 -
System Red Green Blue C M Y K H S L
Decimal 179 35 223 0.20 0.84 0 0.13 285.96 0.75 0.51
Hex B3 23 DF 14 54 0 D 11E 4B 33
Octal 263 43 337 24 124 0 15 436 113 63
Binary 10110011 100011 11011111 10100 1010100 0 1101 100011110 1001011 110011

Color Harmonies of #B323DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B323DF

Black with #B323DF

Text Example


Text Example

White with #B323DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B323DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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