Html Css Color HEX #BE4CB8 Fuchsia

📋 copy color: '#BE4CB8'

red 190 ◦ green 76 ◦ blue 184

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

Shades of Fuchsia #BE4CB8

Tints of Fuchsia #BE4CB8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.89%

 BLUE value IS 184 (72.27% from 255) = 40.89%

R = 42.22%
G = 16.89%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE4CB8 (or 0xBE4CB8) is known color: Fuchsia. HEX triplet: BE, 4C and B8. RGB value is (190,76,184). Sum of RGB (Red+Green+Blue) = 190+76+184=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4CB8 is #41B347. Grayscale: #7A7A7A. Windows color (decimal): -4305736 or 12078270. OLE color: 12078270.

HSL color Cylindrical-coordinate representation of color #BE4CB8: hue angle of 303.16º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE4CB8 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 76 184 -
CMYK 0 0.60 0.03 0.25
HSL 303.16º 0.47% 0.52% -
HSV(B) 303.16º 0.6% 0.75% -
XYZ 32.47 19.58 47.41 -
YUV 122.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 190 76 184 0 0.60 0.03 0.25 303.16 0.47 0.52
Hex BE 4C B8 0 3C 3 19 12F 2F 34
Octal 276 114 270 0 74 3 31 457 57 64
Binary 10111110 1001100 10111000 0 111100 11 11001 100101111 101111 110100

Color Harmonies of #BE4CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4CB8

Black with #BE4CB8

Text Example


Text Example

White with #BE4CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4CB8; }

 p { color: rgb(190,76,184); }

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

background-color css

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

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

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

border-color css

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

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

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