Html Css Color HEX #B328BF Dark Orchid

📋 copy color: '#B328BF'

red 179 ◦ green 40 ◦ blue 191

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

Shades of Dark Orchid #B328BF

Tints of Dark Orchid #B328BF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.76%

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

R = 43.66%
G = 9.76%
B = 46.59%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B328BF (or 0xB328BF) is known color: Dark Orchid. HEX triplet: B3, 28 and BF. RGB value is (179,40,191). Sum of RGB (Red+Green+Blue) = 179+40+191=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #B328BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B328BF is #4CD740. Grayscale: #626262. Windows color (decimal): -5035841 or 12527795. OLE color: 12527795.

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

Color convert

RGB 179 40 191 -
CMYK 0.06 0.79 0 0.25
HSL 295.23º 0.65% 0.45% -
HSV(B) 295.23º 0.79% 0.75% -
XYZ 28.75 14.86 50.64 -
YUV 98.78 180.05 185.22 -
System Red Green Blue C M Y K H S L
Decimal 179 40 191 0.06 0.79 0 0.25 295.23 0.65 0.45
Hex B3 28 BF 6 4F 0 19 127 41 2D
Octal 263 50 277 6 117 0 31 447 101 55
Binary 10110011 101000 10111111 110 1001111 0 11001 100100111 1000001 101101

Color Harmonies of #B328BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B328BF

Black with #B328BF

Text Example


Text Example

White with #B328BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B328BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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