Html Css Color HEX #B966C0 Fuchsia

📋 copy color: '#B966C0'

red 185 ◦ green 102 ◦ blue 192

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

Shades of Fuchsia #B966C0

Tints of Fuchsia #B966C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.08%

R = 38.62%
G = 21.29%
B = 40.08%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B966C0 (or 0xB966C0) is known color: Fuchsia. HEX triplet: B9, 66 and C0. RGB value is (185,102,192). Sum of RGB (Red+Green+Blue) = 185+102+192=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #B966C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966C0 is #46993F. Grayscale: #888888. Windows color (decimal): -4626752 or 12609209. OLE color: 12609209.

HSL color Cylindrical-coordinate representation of color #B966C0: hue angle of 295.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B966C0 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 102 192 -
CMYK 0.04 0.47 0 0.25
HSL 295.33º 0.42% 0.58% -
HSV(B) 295.33º 0.47% 0.75% -
XYZ 34.27 23.62 52.62 -
YUV 137.08 159 162.18 -
System Red Green Blue C M Y K H S L
Decimal 185 102 192 0.04 0.47 0 0.25 295.33 0.42 0.58
Hex B9 66 C0 4 2F 0 19 127 2A 3A
Octal 271 146 300 4 57 0 31 447 52 72
Binary 10111001 1100110 11000000 100 101111 0 11001 100100111 101010 111010

Color Harmonies of #B966C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B966C0

Black with #B966C0

Text Example


Text Example

White with #B966C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B966C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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