Html Css Color HEX #B946C5 Fuchsia

📋 copy color: '#B946C5'

red 185 ◦ green 70 ◦ blue 197

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

Shades of Fuchsia #B946C5

Tints of Fuchsia #B946C5

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.49%

 BLUE value IS 197 (77.34% from 255) = 43.58%

R = 40.93%
G = 15.49%
B = 43.58%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B946C5 (or 0xB946C5) is known color: Fuchsia. HEX triplet: B9, 46 and C5. RGB value is (185,70,197). Sum of RGB (Red+Green+Blue) = 185+70+197=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 197 - color contains mainly: blue. Hex color #B946C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946C5 is #46B93A. Grayscale: #767676. Windows color (decimal): -4634939 or 12928697. OLE color: 12928697.

HSL color Cylindrical-coordinate representation of color #B946C5: hue angle of 294.33º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B946C5 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 70 197 -
CMYK 0.06 0.64 0 0.23
HSL 294.33º 0.52% 0.52% -
HSV(B) 294.33º 0.64% 0.77% -
XYZ 32.28 18.73 54.74 -
YUV 118.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 185 70 197 0.06 0.64 0 0.23 294.33 0.52 0.52
Hex B9 46 C5 6 40 0 17 126 34 34
Octal 271 106 305 6 100 0 27 446 64 64
Binary 10111001 1000110 11000101 110 1000000 0 10111 100100110 110100 110100

Color Harmonies of #B946C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B946C5

Black with #B946C5

Text Example


Text Example

White with #B946C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B946C5; }

 p { color: rgb(185,70,197); }

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

background-color css

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

 a { background-color: rgb(185,70,197); }

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

border-color css

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

 span { border-color: rgb(185,70,197); }

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