Html Css Color HEX #BE46CB Fuchsia

📋 copy color: '#BE46CB'

red 190 ◦ green 70 ◦ blue 203

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

Shades of Fuchsia #BE46CB

Tints of Fuchsia #BE46CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.12%

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

R = 41.04%
G = 15.12%
B = 43.84%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE46CB (or 0xBE46CB) is known color: Fuchsia. HEX triplet: BE, 46 and CB. RGB value is (190,70,203). Sum of RGB (Red+Green+Blue) = 190+70+203=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE46CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE46CB is #41B934. Grayscale: #787878. Windows color (decimal): -4307253 or 13321918. OLE color: 13321918.

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

Color convert

RGB 190 70 203 -
CMYK 0.06 0.66 0 0.20
HSL 294.14º 0.56% 0.54% -
HSV(B) 294.14º 0.66% 0.8% -
XYZ 34.2 19.64 58.49 -
YUV 121.04 174.26 177.19 -
System Red Green Blue C M Y K H S L
Decimal 190 70 203 0.06 0.66 0 0.20 294.14 0.56 0.54
Hex BE 46 CB 6 42 0 14 126 38 36
Octal 276 106 313 6 102 0 24 446 70 66
Binary 10111110 1000110 11001011 110 1000010 0 10100 100100110 111000 110110

Color Harmonies of #BE46CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE46CB

Black with #BE46CB

Text Example


Text Example

White with #BE46CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE46CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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