Html Css Color HEX #B94DC6 Fuchsia

📋 copy color: '#B94DC6'

red 185 ◦ green 77 ◦ blue 198

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

Shades of Fuchsia #B94DC6

Tints of Fuchsia #B94DC6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.74%

 BLUE value IS 198 (77.73% from 255) = 43.04%

R = 40.22%
G = 16.74%
B = 43.04%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B94DC6 (or 0xB94DC6) is known color: Fuchsia. HEX triplet: B9, 4D and C6. RGB value is (185,77,198). Sum of RGB (Red+Green+Blue) = 185+77+198=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 198 - color contains mainly: blue. Hex color #B94DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DC6 is #46B239. Grayscale: #7A7A7A. Windows color (decimal): -4633146 or 12996025. OLE color: 12996025.

HSL color Cylindrical-coordinate representation of color #B94DC6: hue angle of 293.55º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94DC6 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 77 198 -
CMYK 0.07 0.61 0 0.22
HSL 293.55º 0.51% 0.54% -
HSV(B) 293.55º 0.61% 0.78% -
XYZ 32.85 19.7 55.5 -
YUV 123.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 185 77 198 0.07 0.61 0 0.22 293.55 0.51 0.54
Hex B9 4D C6 7 3D 0 16 126 33 36
Octal 271 115 306 7 75 0 26 446 63 66
Binary 10111001 1001101 11000110 111 111101 0 10110 100100110 110011 110110

Color Harmonies of #B94DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DC6

Black with #B94DC6

Text Example


Text Example

White with #B94DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DC6; }

 p { color: rgb(185,77,198); }

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

background-color css

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

 a { background-color: rgb(185,77,198); }

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

border-color css

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

 span { border-color: rgb(185,77,198); }

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