Html Css Color HEX #BE4BBE Fuchsia

📋 copy color: '#BE4BBE'

red 190 ◦ green 75 ◦ blue 190

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

Shades of Fuchsia #BE4BBE

Tints of Fuchsia #BE4BBE

RGB

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

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

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

R = 41.76%
G = 16.48%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE4BBE (or 0xBE4BBE) is known color: Fuchsia. HEX triplet: BE, 4B and BE. RGB value is (190,75,190). Sum of RGB (Red+Green+Blue) = 190+75+190=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE4BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4BBE is #41B441. Grayscale: #7A7A7A. Windows color (decimal): -4305986 or 12471230. OLE color: 12471230.

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

Color convert

RGB 190 75 190 -
CMYK 0 0.61 0 0.25
HSL 300º 0.47% 0.52% -
HSV(B) 300º 0.61% 0.75% -
XYZ 33.05 19.7 50.78 -
YUV 122.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 190 75 190 0 0.61 0 0.25 300 0.47 0.52
Hex BE 4B BE 0 3D 0 19 12C 2F 34
Octal 276 113 276 0 75 0 31 454 57 64
Binary 10111110 1001011 10111110 0 111101 0 11001 100101100 101111 110100

Color Harmonies of #BE4BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4BBE

Black with #BE4BBE

Text Example


Text Example

White with #BE4BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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