Html Css Color HEX #BE2BCB Fuchsia

📋 copy color: '#BE2BCB'

red 190 ◦ green 43 ◦ blue 203

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

Shades of Fuchsia #BE2BCB

Tints of Fuchsia #BE2BCB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.86%

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

R = 43.58%
G = 9.86%
B = 46.56%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE2BCB (or 0xBE2BCB) is known color: Fuchsia. HEX triplet: BE, 2B and CB. RGB value is (190,43,203). Sum of RGB (Red+Green+Blue) = 190+43+203=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE2BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2BCB is #41D434. Grayscale: #686868. Windows color (decimal): -4314165 or 13315006. OLE color: 13315006.

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

Color convert

RGB 190 43 203 -
CMYK 0.06 0.79 0 0.20
HSL 295.13º 0.65% 0.48% -
HSV(B) 295.13º 0.79% 0.8% -
XYZ 32.88 16.99 58.05 -
YUV 105.19 183.2 188.49 -
System Red Green Blue C M Y K H S L
Decimal 190 43 203 0.06 0.79 0 0.20 295.13 0.65 0.48
Hex BE 2B CB 6 4F 0 14 127 41 30
Octal 276 53 313 6 117 0 24 447 101 60
Binary 10111110 101011 11001011 110 1001111 0 10100 100100111 1000001 110000

Color Harmonies of #BE2BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2BCB

Black with #BE2BCB

Text Example


Text Example

White with #BE2BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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