Html Css Color HEX #B327BB Dark Orchid

📋 copy color: '#B327BB'

red 179 ◦ green 39 ◦ blue 187

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

Shades of Dark Orchid #B327BB

Tints of Dark Orchid #B327BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.17%

R = 44.2%
G = 9.63%
B = 46.17%

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

#B327BB (or 0xB327BB) is known color: Dark Orchid. HEX triplet: B3, 27 and BB. RGB value is (179,39,187). Sum of RGB (Red+Green+Blue) = 179+39+187=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #B327BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B327BB is #4CD844. Grayscale: #616161. Windows color (decimal): -5036101 or 12265395. OLE color: 12265395.

HSL color Cylindrical-coordinate representation of color #B327BB: hue angle of 296.76º 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 #B327BB is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 39 187 -
CMYK 0.04 0.79 0 0.27
HSL 296.76º 0.65% 0.44% -
HSV(B) 296.76º 0.79% 0.73% -
XYZ 28.29 14.62 48.35 -
YUV 97.73 178.38 185.97 -
System Red Green Blue C M Y K H S L
Decimal 179 39 187 0.04 0.79 0 0.27 296.76 0.65 0.44
Hex B3 27 BB 4 4F 0 1B 129 41 2C
Octal 263 47 273 4 117 0 33 451 101 54
Binary 10110011 100111 10111011 100 1001111 0 11011 100101001 1000001 101100

Color Harmonies of #B327BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B327BB

Black with #B327BB

Text Example


Text Example

White with #B327BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B327BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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