Html Css Color HEX #B966C3 Fuchsia

📋 copy color: '#B966C3'

red 185 ◦ green 102 ◦ blue 195

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

Shades of Fuchsia #B966C3

Tints of Fuchsia #B966C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.46%

R = 38.38%
G = 21.16%
B = 40.46%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B966C3 (or 0xB966C3) is known color: Fuchsia. HEX triplet: B9, 66 and C3. RGB value is (185,102,195). Sum of RGB (Red+Green+Blue) = 185+102+195=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #B966C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966C3 is #46993C. Grayscale: #898989. Windows color (decimal): -4626749 or 12805817. OLE color: 12805817.

HSL color Cylindrical-coordinate representation of color #B966C3: hue angle of 293.55º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B966C3 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 102 195 -
CMYK 0.05 0.48 0 0.24
HSL 293.55º 0.44% 0.58% -
HSV(B) 293.55º 0.48% 0.76% -
XYZ 34.61 23.76 54.39 -
YUV 137.42 160.5 161.94 -
System Red Green Blue C M Y K H S L
Decimal 185 102 195 0.05 0.48 0 0.24 293.55 0.44 0.58
Hex B9 66 C3 5 30 0 18 126 2C 3A
Octal 271 146 303 5 60 0 30 446 54 72
Binary 10111001 1100110 11000011 101 110000 0 11000 100100110 101100 111010

Color Harmonies of #B966C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B966C3

Black with #B966C3

Text Example


Text Example

White with #B966C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B966C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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