Html Css Color HEX #BE3BCB Fuchsia

📋 copy color: '#BE3BCB'

red 190 ◦ green 59 ◦ blue 203

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

Shades of Fuchsia #BE3BCB

Tints of Fuchsia #BE3BCB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.05%

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

R = 42.04%
G = 13.05%
B = 44.91%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE3BCB (or 0xBE3BCB) is known color: Fuchsia. HEX triplet: BE, 3B and CB. RGB value is (190,59,203). Sum of RGB (Red+Green+Blue) = 190+59+203=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE3BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3BCB is #41C434. Grayscale: #727272. Windows color (decimal): -4310069 or 13319102. OLE color: 13319102.

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

Color convert

RGB 190 59 203 -
CMYK 0.06 0.71 0 0.20
HSL 294.58º 0.58% 0.51% -
HSV(B) 294.58º 0.71% 0.8% -
XYZ 33.58 18.39 58.28 -
YUV 114.59 177.9 181.79 -
System Red Green Blue C M Y K H S L
Decimal 190 59 203 0.06 0.71 0 0.20 294.58 0.58 0.51
Hex BE 3B CB 6 47 0 14 127 3A 33
Octal 276 73 313 6 107 0 24 447 72 63
Binary 10111110 111011 11001011 110 1000111 0 10100 100100111 111010 110011

Color Harmonies of #BE3BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3BCB

Black with #BE3BCB

Text Example


Text Example

White with #BE3BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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