Html Css Color HEX #B94DBE Fuchsia

📋 copy color: '#B94DBE'

red 185 ◦ green 77 ◦ blue 190

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

Shades of Fuchsia #B94DBE

Tints of Fuchsia #B94DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 40.93%
G = 17.04%
B = 42.04%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B94DBE (or 0xB94DBE) is known color: Fuchsia. HEX triplet: B9, 4D and BE. RGB value is (185,77,190). Sum of RGB (Red+Green+Blue) = 185+77+190=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #B94DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DBE is #46B241. Grayscale: #797979. Windows color (decimal): -4633154 or 12471737. OLE color: 12471737.

HSL color Cylindrical-coordinate representation of color #B94DBE: hue angle of 297.35º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94DBE is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 77 190 -
CMYK 0.03 0.59 0 0.25
HSL 297.35º 0.47% 0.52% -
HSV(B) 297.35º 0.59% 0.75% -
XYZ 31.96 19.34 50.76 -
YUV 122.17 166.28 172.81 -
System Red Green Blue C M Y K H S L
Decimal 185 77 190 0.03 0.59 0 0.25 297.35 0.47 0.52
Hex B9 4D BE 3 3B 0 19 129 2F 34
Octal 271 115 276 3 73 0 31 451 57 64
Binary 10111001 1001101 10111110 11 111011 0 11001 100101001 101111 110100

Color Harmonies of #B94DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DBE

Black with #B94DBE

Text Example


Text Example

White with #B94DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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