Html Css Color HEX #BE4BBB Fuchsia

📋 copy color: '#BE4BBB'

red 190 ◦ green 75 ◦ blue 187

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

Shades of Fuchsia #BE4BBB

Tints of Fuchsia #BE4BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 42.04%
G = 16.59%
B = 41.37%

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

#BE4BBB (or 0xBE4BBB) is known color: Fuchsia. HEX triplet: BE, 4B and BB. RGB value is (190,75,187). Sum of RGB (Red+Green+Blue) = 190+75+187=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4BBB is #41B444. Grayscale: #797979. Windows color (decimal): -4305989 or 12274622. OLE color: 12274622.

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

Color convert

RGB 190 75 187 -
CMYK 0 0.61 0.02 0.25
HSL 301.57º 0.47% 0.52% -
HSV(B) 301.57º 0.61% 0.75% -
XYZ 32.72 19.57 49.07 -
YUV 122.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 190 75 187 0 0.61 0.02 0.25 301.57 0.47 0.52
Hex BE 4B BB 0 3D 2 19 12E 2F 34
Octal 276 113 273 0 75 2 31 456 57 64
Binary 10111110 1001011 10111011 0 111101 10 11001 100101110 101111 110100

Color Harmonies of #BE4BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4BBB

Black with #BE4BBB

Text Example


Text Example

White with #BE4BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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