Html Css Color HEX #B327BA Dark Orchid

📋 copy color: '#B327BA'

red 179 ◦ green 39 ◦ blue 186

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

Shades of Dark Orchid #B327BA

Tints of Dark Orchid #B327BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.65%

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 44.31%
G = 9.65%
B = 46.04%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B327BA (or 0xB327BA) is known color: Dark Orchid. HEX triplet: B3, 27 and BA. RGB value is (179,39,186). Sum of RGB (Red+Green+Blue) = 179+39+186=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #B327BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B327BA is #4CD845. Grayscale: #616161. Windows color (decimal): -5036102 or 12199859. OLE color: 12199859.

HSL color Cylindrical-coordinate representation of color #B327BA: hue angle of 297.14º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B327BA is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 39 186 -
CMYK 0.04 0.79 0 0.27
HSL 297.14º 0.65% 0.44% -
HSV(B) 297.14º 0.79% 0.73% -
XYZ 28.18 14.58 47.78 -
YUV 97.62 177.88 186.05 -
System Red Green Blue C M Y K H S L
Decimal 179 39 186 0.04 0.79 0 0.27 297.14 0.65 0.44
Hex B3 27 BA 4 4F 0 1B 129 41 2C
Octal 263 47 272 4 117 0 33 451 101 54
Binary 10110011 100111 10111010 100 1001111 0 11011 100101001 1000001 101100

Color Harmonies of #B327BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B327BA

Black with #B327BA

Text Example


Text Example

White with #B327BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B327BA; }

 p { color: rgb(179,39,186); }

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

background-color css

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

 a { background-color: rgb(179,39,186); }

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

border-color css

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

 span { border-color: rgb(179,39,186); }

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