Html Css Color HEX #BE55B2 Fuchsia

📋 copy color: '#BE55B2'

red 190 ◦ green 85 ◦ blue 178

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

Shades of Fuchsia #BE55B2

Tints of Fuchsia #BE55B2

RGB

 RED value IS 190 (74.61% from 255) = 41.94%

 GREEN value IS 85 (33.59% from 255) = 18.76%

 BLUE value IS 178 (69.92% from 255) = 39.29%

R = 41.94%
G = 18.76%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE55B2 (or 0xBE55B2) is known color: Fuchsia. HEX triplet: BE, 55 and B2. RGB value is (190,85,178). Sum of RGB (Red+Green+Blue) = 190+85+178=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE55B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE55B2 is #41AA4D. Grayscale: #7E7E7E. Windows color (decimal): -4303438 or 11687358. OLE color: 11687358.

HSL color Cylindrical-coordinate representation of color #BE55B2: hue angle of 306.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE55B2 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 85 178 -
CMYK 0 0.55 0.06 0.25
HSL 306.86º 0.45% 0.54% -
HSV(B) 306.86º 0.55% 0.75% -
XYZ 32.52 20.66 44.39 -
YUV 127 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 190 85 178 0 0.55 0.06 0.25 306.86 0.45 0.54
Hex BE 55 B2 0 37 6 19 133 2D 36
Octal 276 125 262 0 67 6 31 463 55 66
Binary 10111110 1010101 10110010 0 110111 110 11001 100110011 101101 110110

Color Harmonies of #BE55B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE55B2

Black with #BE55B2

Text Example


Text Example

White with #BE55B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE55B2; }

 p { color: rgb(190,85,178); }

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

background-color css

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

 a { background-color: rgb(190,85,178); }

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

border-color css

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

 span { border-color: rgb(190,85,178); }

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