Html Css Color HEX #BE3CBB Fuchsia

📋 copy color: '#BE3CBB'

red 190 ◦ green 60 ◦ blue 187

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

Shades of Fuchsia #BE3CBB

Tints of Fuchsia #BE3CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.73%

 BLUE value IS 187 (73.44% from 255) = 42.79%

R = 43.48%
G = 13.73%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE3CBB (or 0xBE3CBB) is known color: Fuchsia. HEX triplet: BE, 3C and BB. RGB value is (190,60,187). Sum of RGB (Red+Green+Blue) = 190+60+187=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3CBB is #41C344. Grayscale: #707070. Windows color (decimal): -4309829 or 12270782. OLE color: 12270782.

HSL color Cylindrical-coordinate representation of color #BE3CBB: hue angle of 301.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3CBB is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 60 187 -
CMYK 0 0.68 0.02 0.25
HSL 301.38º 0.52% 0.49% -
HSV(B) 301.38º 0.68% 0.75% -
XYZ 31.82 17.77 48.77 -
YUV 113.35 169.57 182.67 -
System Red Green Blue C M Y K H S L
Decimal 190 60 187 0 0.68 0.02 0.25 301.38 0.52 0.49
Hex BE 3C BB 0 44 2 19 12D 34 31
Octal 276 74 273 0 104 2 31 455 64 61
Binary 10111110 111100 10111011 0 1000100 10 11001 100101101 110100 110001

Color Harmonies of #BE3CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3CBB

Black with #BE3CBB

Text Example


Text Example

White with #BE3CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3CBB; }

 p { color: rgb(190,60,187); }

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

background-color css

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

 a { background-color: rgb(190,60,187); }

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

border-color css

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

 span { border-color: rgb(190,60,187); }

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