Html Css Color HEX #BE4BBF Fuchsia

📋 copy color: '#BE4BBF'

red 190 ◦ green 75 ◦ blue 191

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

Shades of Fuchsia #BE4BBF

Tints of Fuchsia #BE4BBF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.45%

 BLUE value IS 191 (75% from 255) = 41.89%

R = 41.67%
G = 16.45%
B = 41.89%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE4BBF (or 0xBE4BBF) is known color: Fuchsia. HEX triplet: BE, 4B and BF. RGB value is (190,75,191). Sum of RGB (Red+Green+Blue) = 190+75+191=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE4BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4BBF is #41B440. Grayscale: #7A7A7A. Windows color (decimal): -4305985 or 12536766. OLE color: 12536766.

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

Color convert

RGB 190 75 191 -
CMYK 0.01 0.61 0 0.25
HSL 299.48º 0.48% 0.52% -
HSV(B) 299.48º 0.61% 0.75% -
XYZ 33.16 19.74 51.35 -
YUV 122.61 166.6 176.07 -
System Red Green Blue C M Y K H S L
Decimal 190 75 191 0.01 0.61 0 0.25 299.48 0.48 0.52
Hex BE 4B BF 1 3D 0 19 12B 30 34
Octal 276 113 277 1 75 0 31 453 60 64
Binary 10111110 1001011 10111111 1 111101 0 11001 100101011 110000 110100

Color Harmonies of #BE4BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4BBF

Black with #BE4BBF

Text Example


Text Example

White with #BE4BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4BBF; }

 p { color: rgb(190,75,191); }

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

background-color css

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

 a { background-color: rgb(190,75,191); }

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

border-color css

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

 span { border-color: rgb(190,75,191); }

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