Html Css Color HEX #B94ABC Fuchsia

📋 copy color: '#B94ABC'

red 185 ◦ green 74 ◦ blue 188

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

Shades of Fuchsia #B94ABC

Tints of Fuchsia #B94ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.06%

R = 41.39%
G = 16.55%
B = 42.06%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B94ABC (or 0xB94ABC) is known color: Fuchsia. HEX triplet: B9, 4A and BC. RGB value is (185,74,188). Sum of RGB (Red+Green+Blue) = 185+74+188=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #B94ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94ABC is #46B543. Grayscale: #777777. Windows color (decimal): -4633924 or 12339897. OLE color: 12339897.

HSL color Cylindrical-coordinate representation of color #B94ABC: hue angle of 298.42º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94ABC is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 74 188 -
CMYK 0.02 0.61 0 0.26
HSL 298.42º 0.46% 0.51% -
HSV(B) 298.42º 0.61% 0.74% -
XYZ 31.53 18.84 49.55 -
YUV 120.19 166.27 174.23 -
System Red Green Blue C M Y K H S L
Decimal 185 74 188 0.02 0.61 0 0.26 298.42 0.46 0.51
Hex B9 4A BC 2 3D 0 1A 12A 2E 33
Octal 271 112 274 2 75 0 32 452 56 63
Binary 10111001 1001010 10111100 10 111101 0 11010 100101010 101110 110011

Color Harmonies of #B94ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94ABC

Black with #B94ABC

Text Example


Text Example

White with #B94ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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