Html Css Color HEX #B323AF Dark Orchid

📋 copy color: '#B323AF'

red 179 ◦ green 35 ◦ blue 175

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

Shades of Dark Orchid #B323AF

Tints of Dark Orchid #B323AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 46.02%
G = 9%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B323AF (or 0xB323AF) is known color: Dark Orchid. HEX triplet: B3, 23 and AF. RGB value is (179,35,175). Sum of RGB (Red+Green+Blue) = 179+35+175=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B323AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B323AF is #4CDC50. Grayscale: #5D5D5D. Windows color (decimal): -5037137 or 11477939. OLE color: 11477939.

HSL color Cylindrical-coordinate representation of color #B323AF: hue angle of 301.67º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B323AF is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 35 175 -
CMYK 0 0.80 0.02 0.30
HSL 301.67º 0.67% 0.42% -
HSV(B) 301.67º 0.8% 0.7% -
XYZ 26.93 13.88 41.82 -
YUV 94.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 179 35 175 0 0.80 0.02 0.30 301.67 0.67 0.42
Hex B3 23 AF 0 50 2 1E 12E 43 2A
Octal 263 43 257 0 120 2 36 456 103 52
Binary 10110011 100011 10101111 0 1010000 10 11110 100101110 1000011 101010

Color Harmonies of #B323AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B323AF

Black with #B323AF

Text Example


Text Example

White with #B323AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B323AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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