Html Css Color HEX #B323BC Dark Orchid

📋 copy color: '#B323BC'

red 179 ◦ green 35 ◦ blue 188

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

Shades of Dark Orchid #B323BC

Tints of Dark Orchid #B323BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 44.53%
G = 8.71%
B = 46.77%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B323BC (or 0xB323BC) is known color: Dark Orchid. HEX triplet: B3, 23 and BC. RGB value is (179,35,188). Sum of RGB (Red+Green+Blue) = 179+35+188=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #B323BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B323BC is #4CDC43. Grayscale: #5F5F5F. Windows color (decimal): -5037124 or 12329907. OLE color: 12329907.

HSL color Cylindrical-coordinate representation of color #B323BC: hue angle of 296.47º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B323BC is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 35 188 -
CMYK 0.05 0.81 0 0.26
HSL 296.47º 0.69% 0.44% -
HSV(B) 296.47º 0.81% 0.74% -
XYZ 28.27 14.42 48.87 -
YUV 95.5 180.21 187.56 -
System Red Green Blue C M Y K H S L
Decimal 179 35 188 0.05 0.81 0 0.26 296.47 0.69 0.44
Hex B3 23 BC 5 51 0 1A 128 45 2C
Octal 263 43 274 5 121 0 32 450 105 54
Binary 10110011 100011 10111100 101 1010001 0 11010 100101000 1000101 101100

Color Harmonies of #B323BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B323BC

Black with #B323BC

Text Example


Text Example

White with #B323BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B323BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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