Html Css Color HEX #BE4BBA Fuchsia

📋 copy color: '#BE4BBA'

red 190 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #BE4BBA

Tints of Fuchsia #BE4BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 42.13%
G = 16.63%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE4BBA (or 0xBE4BBA) is known color: Fuchsia. HEX triplet: BE, 4B and BA. RGB value is (190,75,186). Sum of RGB (Red+Green+Blue) = 190+75+186=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4BBA is #41B445. Grayscale: #797979. Windows color (decimal): -4305990 or 12209086. OLE color: 12209086.

HSL color Cylindrical-coordinate representation of color #BE4BBA: hue angle of 302.09º degrees, saturation: 0.47, 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 #BE4BBA is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 75 186 -
CMYK 0 0.61 0.02 0.25
HSL 302.09º 0.47% 0.52% -
HSV(B) 302.09º 0.61% 0.75% -
XYZ 32.61 19.52 48.5 -
YUV 122.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 190 75 186 0 0.61 0.02 0.25 302.09 0.47 0.52
Hex BE 4B BA 0 3D 2 19 12E 2F 34
Octal 276 113 272 0 75 2 31 456 57 64
Binary 10111110 1001011 10111010 0 111101 10 11001 100101110 101111 110100

Color Harmonies of #BE4BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4BBA

Black with #BE4BBA

Text Example


Text Example

White with #BE4BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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