Html Css Color HEX #B94CBD Fuchsia

📋 copy color: '#B94CBD'

red 185 ◦ green 76 ◦ blue 189

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

Shades of Fuchsia #B94CBD

Tints of Fuchsia #B94CBD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.89%

 BLUE value IS 189 (74.22% from 255) = 42%

R = 41.11%
G = 16.89%
B = 42%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B94CBD (or 0xB94CBD) is known color: Fuchsia. HEX triplet: B9, 4C and BD. RGB value is (185,76,189). Sum of RGB (Red+Green+Blue) = 185+76+189=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #B94CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94CBD is #46B342. Grayscale: #797979. Windows color (decimal): -4633411 or 12405945. OLE color: 12405945.

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

Color convert

RGB 185 76 189 -
CMYK 0.02 0.60 0 0.26
HSL 297.88º 0.46% 0.52% -
HSV(B) 297.88º 0.6% 0.74% -
XYZ 31.78 19.16 50.17 -
YUV 121.47 166.11 173.31 -
System Red Green Blue C M Y K H S L
Decimal 185 76 189 0.02 0.60 0 0.26 297.88 0.46 0.52
Hex B9 4C BD 2 3C 0 1A 12A 2E 34
Octal 271 114 275 2 74 0 32 452 56 64
Binary 10111001 1001100 10111101 10 111100 0 11010 100101010 101110 110100

Color Harmonies of #B94CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CBD

Black with #B94CBD

Text Example


Text Example

White with #B94CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CBD; }

 p { color: rgb(185,76,189); }

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

background-color css

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

 a { background-color: rgb(185,76,189); }

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

border-color css

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

 span { border-color: rgb(185,76,189); }

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