Html Css Color HEX #B94ABB Fuchsia

📋 copy color: '#B94ABB'

red 185 ◦ green 74 ◦ blue 187

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

Shades of Fuchsia #B94ABB

Tints of Fuchsia #B94ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.59%

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 41.48%
G = 16.59%
B = 41.93%

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

#B94ABB (or 0xB94ABB) is known color: Fuchsia. HEX triplet: B9, 4A and BB. RGB value is (185,74,187). Sum of RGB (Red+Green+Blue) = 185+74+187=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #B94ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94ABB is #46B544. Grayscale: #777777. Windows color (decimal): -4633925 or 12274361. OLE color: 12274361.

HSL color Cylindrical-coordinate representation of color #B94ABB: hue angle of 298.94º 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 #B94ABB is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 74 187 -
CMYK 0.01 0.60 0 0.27
HSL 298.94º 0.45% 0.51% -
HSV(B) 298.94º 0.6% 0.73% -
XYZ 31.43 18.8 48.99 -
YUV 120.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 185 74 187 0.01 0.60 0 0.27 298.94 0.45 0.51
Hex B9 4A BB 1 3C 0 1B 12B 2D 33
Octal 271 112 273 1 74 0 33 453 55 63
Binary 10111001 1001010 10111011 1 111100 0 11011 100101011 101101 110011

Color Harmonies of #B94ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94ABB

Black with #B94ABB

Text Example


Text Example

White with #B94ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94ABB; }

 p { color: rgb(185,74,187); }

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

background-color css

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

 a { background-color: rgb(185,74,187); }

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

border-color css

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

 span { border-color: rgb(185,74,187); }

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