Html Css Color HEX #B94BBA Fuchsia

📋 copy color: '#B94BBA'

red 185 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #B94BBA

Tints of Fuchsia #B94BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.82%

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 41.48%
G = 16.82%
B = 41.7%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B94BBA (or 0xB94BBA) is known color: Fuchsia. HEX triplet: B9, 4B and BA. RGB value is (185,75,186). Sum of RGB (Red+Green+Blue) = 185+75+186=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #B94BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94BBA is #46B445. Grayscale: #787878. Windows color (decimal): -4633670 or 12209081. OLE color: 12209081.

HSL color Cylindrical-coordinate representation of color #B94BBA: hue angle of 299.46º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94BBA is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 75 186 -
CMYK 0.01 0.60 0 0.27
HSL 299.46º 0.45% 0.51% -
HSV(B) 299.46º 0.6% 0.73% -
XYZ 31.39 18.89 48.45 -
YUV 120.54 164.94 173.97 -
System Red Green Blue C M Y K H S L
Decimal 185 75 186 0.01 0.60 0 0.27 299.46 0.45 0.51
Hex B9 4B BA 1 3C 0 1B 12B 2D 33
Octal 271 113 272 1 74 0 33 453 55 63
Binary 10111001 1001011 10111010 1 111100 0 11011 100101011 101101 110011

Color Harmonies of #B94BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94BBA

Black with #B94BBA

Text Example


Text Example

White with #B94BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94BBA; }

 p { color: rgb(185,75,186); }

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

background-color css

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

 a { background-color: rgb(185,75,186); }

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

border-color css

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

 span { border-color: rgb(185,75,186); }

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