Html Css Color HEX #B323BF Dark Orchid

📋 copy color: '#B323BF'

red 179 ◦ green 35 ◦ blue 191

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

Shades of Dark Orchid #B323BF

Tints of Dark Orchid #B323BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.16%

R = 44.2%
G = 8.64%
B = 47.16%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B323BF (or 0xB323BF) is known color: Dark Orchid. HEX triplet: B3, 23 and BF. RGB value is (179,35,191). Sum of RGB (Red+Green+Blue) = 179+35+191=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #B323BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B323BF is #4CDC40. Grayscale: #5F5F5F. Windows color (decimal): -5037121 or 12526515. OLE color: 12526515.

HSL color Cylindrical-coordinate representation of color #B323BF: hue angle of 295.38º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B323BF is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 35 191 -
CMYK 0.06 0.82 0 0.25
HSL 295.38º 0.69% 0.44% -
HSV(B) 295.38º 0.82% 0.75% -
XYZ 28.6 14.55 50.59 -
YUV 95.84 181.71 187.32 -
System Red Green Blue C M Y K H S L
Decimal 179 35 191 0.06 0.82 0 0.25 295.38 0.69 0.44
Hex B3 23 BF 6 52 0 19 127 45 2C
Octal 263 43 277 6 122 0 31 447 105 54
Binary 10110011 100011 10111111 110 1010010 0 11001 100100111 1000101 101100

Color Harmonies of #B323BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B323BF

Black with #B323BF

Text Example


Text Example

White with #B323BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B323BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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