Html Css Color HEX #B94CBE Fuchsia

📋 copy color: '#B94CBE'

red 185 ◦ green 76 ◦ blue 190

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

Shades of Fuchsia #B94CBE

Tints of Fuchsia #B94CBE

RGB

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

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

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

R = 41.02%
G = 16.85%
B = 42.13%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B94CBE (or 0xB94CBE) is known color: Fuchsia. HEX triplet: B9, 4C and BE. RGB value is (185,76,190). Sum of RGB (Red+Green+Blue) = 185+76+190=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #B94CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94CBE is #46B341. Grayscale: #797979. Windows color (decimal): -4633410 or 12471481. OLE color: 12471481.

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

Color convert

RGB 185 76 190 -
CMYK 0.03 0.60 0 0.25
HSL 297.37º 0.47% 0.52% -
HSV(B) 297.37º 0.6% 0.75% -
XYZ 31.89 19.2 50.74 -
YUV 121.59 166.61 173.23 -
System Red Green Blue C M Y K H S L
Decimal 185 76 190 0.03 0.60 0 0.25 297.37 0.47 0.52
Hex B9 4C BE 3 3C 0 19 129 2F 34
Octal 271 114 276 3 74 0 31 451 57 64
Binary 10111001 1001100 10111110 11 111100 0 11001 100101001 101111 110100

Color Harmonies of #B94CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CBE

Black with #B94CBE

Text Example


Text Example

White with #B94CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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