Html Css Color HEX #B327B7 Dark Orchid

📋 copy color: '#B327B7'

red 179 ◦ green 39 ◦ blue 183

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

Shades of Dark Orchid #B327B7

Tints of Dark Orchid #B327B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.64%

R = 44.64%
G = 9.73%
B = 45.64%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B327B7 (or 0xB327B7) is known color: Dark Orchid. HEX triplet: B3, 27 and B7. RGB value is (179,39,183). Sum of RGB (Red+Green+Blue) = 179+39+183=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 183 - color contains mainly: blue. Hex color #B327B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B327B7 is #4CD848. Grayscale: #606060. Windows color (decimal): -5036105 or 12003251. OLE color: 12003251.

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

Color convert

RGB 179 39 183 -
CMYK 0.02 0.79 0 0.28
HSL 298.33º 0.65% 0.44% -
HSV(B) 298.33º 0.79% 0.72% -
XYZ 27.86 14.45 46.12 -
YUV 97.28 176.38 186.29 -
System Red Green Blue C M Y K H S L
Decimal 179 39 183 0.02 0.79 0 0.28 298.33 0.65 0.44
Hex B3 27 B7 2 4F 0 1C 12A 41 2C
Octal 263 47 267 2 117 0 34 452 101 54
Binary 10110011 100111 10110111 10 1001111 0 11100 100101010 1000001 101100

Color Harmonies of #B327B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B327B7

Black with #B327B7

Text Example


Text Example

White with #B327B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B327B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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