Html Css Color HEX #B94DB4 Fuchsia

📋 copy color: '#B94DB4'

red 185 ◦ green 77 ◦ blue 180

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

Shades of Fuchsia #B94DB4

Tints of Fuchsia #B94DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.72%

R = 41.86%
G = 17.42%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B94DB4 (or 0xB94DB4) is known color: Fuchsia. HEX triplet: B9, 4D and B4. RGB value is (185,77,180). Sum of RGB (Red+Green+Blue) = 185+77+180=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B94DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DB4 is #46B24B. Grayscale: #787878. Windows color (decimal): -4633164 or 11816377. OLE color: 11816377.

HSL color Cylindrical-coordinate representation of color #B94DB4: hue angle of 302.78º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94DB4 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 77 180 -
CMYK 0 0.58 0.03 0.27
HSL 302.78º 0.44% 0.51% -
HSV(B) 302.78º 0.58% 0.73% -
XYZ 30.9 18.92 45.2 -
YUV 121.03 161.28 173.62 -
System Red Green Blue C M Y K H S L
Decimal 185 77 180 0 0.58 0.03 0.27 302.78 0.44 0.51
Hex B9 4D B4 0 3A 3 1B 12F 2C 33
Octal 271 115 264 0 72 3 33 457 54 63
Binary 10111001 1001101 10110100 0 111010 11 11011 100101111 101100 110011

Color Harmonies of #B94DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DB4

Black with #B94DB4

Text Example


Text Example

White with #B94DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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