Html Css Color HEX #BE38B2 Fuchsia

📋 copy color: '#BE38B2'

red 190 ◦ green 56 ◦ blue 178

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

Shades of Fuchsia #BE38B2

Tints of Fuchsia #BE38B2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.21%

 BLUE value IS 178 (69.92% from 255) = 41.98%

R = 44.81%
G = 13.21%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE38B2 (or 0xBE38B2) is known color: Fuchsia. HEX triplet: BE, 38 and B2. RGB value is (190,56,178). Sum of RGB (Red+Green+Blue) = 190+56+178=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE38B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE38B2 is #41C74D. Grayscale: #6D6D6D. Windows color (decimal): -4310862 or 11679934. OLE color: 11679934.

HSL color Cylindrical-coordinate representation of color #BE38B2: hue angle of 305.37º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE38B2 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 56 178 -
CMYK 0 0.71 0.06 0.25
HSL 305.37º 0.54% 0.48% -
HSV(B) 305.37º 0.71% 0.75% -
XYZ 30.69 16.99 43.78 -
YUV 109.97 166.39 185.08 -
System Red Green Blue C M Y K H S L
Decimal 190 56 178 0 0.71 0.06 0.25 305.37 0.54 0.48
Hex BE 38 B2 0 47 6 19 131 36 30
Octal 276 70 262 0 107 6 31 461 66 60
Binary 10111110 111000 10110010 0 1000111 110 11001 100110001 110110 110000

Color Harmonies of #BE38B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE38B2

Black with #BE38B2

Text Example


Text Example

White with #BE38B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE38B2; }

 p { color: rgb(190,56,178); }

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

background-color css

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

 a { background-color: rgb(190,56,178); }

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

border-color css

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

 span { border-color: rgb(190,56,178); }

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