Html Css Color HEX #BE3ECB Fuchsia

📋 copy color: '#BE3ECB'

red 190 ◦ green 62 ◦ blue 203

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

Shades of Fuchsia #BE3ECB

Tints of Fuchsia #BE3ECB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.63%

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

R = 41.76%
G = 13.63%
B = 44.62%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE3ECB (or 0xBE3ECB) is known color: Fuchsia. HEX triplet: BE, 3E and CB. RGB value is (190,62,203). Sum of RGB (Red+Green+Blue) = 190+62+203=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE3ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3ECB is #41C134. Grayscale: #737373. Windows color (decimal): -4309301 or 13319870. OLE color: 13319870.

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

Color convert

RGB 190 62 203 -
CMYK 0.06 0.69 0 0.20
HSL 294.47º 0.58% 0.52% -
HSV(B) 294.47º 0.69% 0.8% -
XYZ 33.74 18.7 58.33 -
YUV 116.35 176.91 180.54 -
System Red Green Blue C M Y K H S L
Decimal 190 62 203 0.06 0.69 0 0.20 294.47 0.58 0.52
Hex BE 3E CB 6 45 0 14 126 3A 34
Octal 276 76 313 6 105 0 24 446 72 64
Binary 10111110 111110 11001011 110 1000101 0 10100 100100110 111010 110100

Color Harmonies of #BE3ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3ECB

Black with #BE3ECB

Text Example


Text Example

White with #BE3ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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