Html Css Color HEX #B966BA Fuchsia

📋 copy color: '#B966BA'

red 185 ◦ green 102 ◦ blue 186

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

Shades of Fuchsia #B966BA

Tints of Fuchsia #B966BA

RGB

 RED value IS 185 (72.66% from 255) = 39.11%

 GREEN value IS 102 (40.23% from 255) = 21.56%

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

R = 39.11%
G = 21.56%
B = 39.32%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B966BA (or 0xB966BA) is known color: Fuchsia. HEX triplet: B9, 66 and BA. RGB value is (185,102,186). Sum of RGB (Red+Green+Blue) = 185+102+186=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #B966BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966BA is #469945. Grayscale: #888888. Windows color (decimal): -4626758 or 12215993. OLE color: 12215993.

HSL color Cylindrical-coordinate representation of color #B966BA: hue angle of 299.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B966BA is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 102 186 -
CMYK 0.01 0.45 0 0.27
HSL 299.29º 0.38% 0.56% -
HSV(B) 299.29º 0.45% 0.73% -
XYZ 33.62 23.36 49.19 -
YUV 136.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 185 102 186 0.01 0.45 0 0.27 299.29 0.38 0.56
Hex B9 66 BA 1 2D 0 1B 12B 26 38
Octal 271 146 272 1 55 0 33 453 46 70
Binary 10111001 1100110 10111010 1 101101 0 11011 100101011 100110 111000

Color Harmonies of #B966BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B966BA

Black with #B966BA

Text Example


Text Example

White with #B966BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B966BA; }

 p { color: rgb(185,102,186); }

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

background-color css

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

 a { background-color: rgb(185,102,186); }

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

border-color css

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

 span { border-color: rgb(185,102,186); }

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