Html Css Color HEX #BE2DCB Fuchsia

📋 copy color: '#BE2DCB'

red 190 ◦ green 45 ◦ blue 203

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

Shades of Fuchsia #BE2DCB

Tints of Fuchsia #BE2DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.27%

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 43.38%
G = 10.27%
B = 46.35%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE2DCB (or 0xBE2DCB) is known color: Fuchsia. HEX triplet: BE, 2D and CB. RGB value is (190,45,203). Sum of RGB (Red+Green+Blue) = 190+45+203=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE2DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2DCB is #41D234. Grayscale: #696969. Windows color (decimal): -4313653 or 13315518. OLE color: 13315518.

HSL color Cylindrical-coordinate representation of color #BE2DCB: hue angle of 295.06º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2DCB is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 45 203 -
CMYK 0.06 0.78 0 0.20
HSL 295.06º 0.64% 0.49% -
HSV(B) 295.06º 0.78% 0.8% -
XYZ 32.95 17.14 58.07 -
YUV 106.37 182.54 187.65 -
System Red Green Blue C M Y K H S L
Decimal 190 45 203 0.06 0.78 0 0.20 295.06 0.64 0.49
Hex BE 2D CB 6 4E 0 14 127 40 31
Octal 276 55 313 6 116 0 24 447 100 61
Binary 10111110 101101 11001011 110 1001110 0 10100 100100111 1000000 110001

Color Harmonies of #BE2DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2DCB

Black with #BE2DCB

Text Example


Text Example

White with #BE2DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2DCB; }

 p { color: rgb(190,45,203); }

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

background-color css

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

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

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

border-color css

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

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

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