Html Css Color HEX #B94DBB Fuchsia

📋 copy color: '#B94DBB'

red 185 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #B94DBB

Tints of Fuchsia #B94DBB

RGB

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

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

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

R = 41.2%
G = 17.15%
B = 41.65%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B94DBB (or 0xB94DBB) is known color: Fuchsia. HEX triplet: B9, 4D and BB. RGB value is (185,77,187). Sum of RGB (Red+Green+Blue) = 185+77+187=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #B94DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DBB is #46B244. Grayscale: #797979. Windows color (decimal): -4633157 or 12275129. OLE color: 12275129.

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

Color convert

RGB 185 77 187 -
CMYK 0.01 0.59 0 0.27
HSL 298.91º 0.45% 0.52% -
HSV(B) 298.91º 0.59% 0.73% -
XYZ 31.63 19.21 49.05 -
YUV 121.83 164.78 173.06 -
System Red Green Blue C M Y K H S L
Decimal 185 77 187 0.01 0.59 0 0.27 298.91 0.45 0.52
Hex B9 4D BB 1 3B 0 1B 12B 2D 34
Octal 271 115 273 1 73 0 33 453 55 64
Binary 10111001 1001101 10111011 1 111011 0 11011 100101011 101101 110100

Color Harmonies of #B94DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DBB

Black with #B94DBB

Text Example


Text Example

White with #B94DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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