Html Css Color HEX #BE5FBA Fuchsia

📋 copy color: '#BE5FBA'

red 190 ◦ green 95 ◦ blue 186

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

Shades of Fuchsia #BE5FBA

Tints of Fuchsia #BE5FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.17%

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 40.34%
G = 20.17%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE5FBA (or 0xBE5FBA) is known color: Fuchsia. HEX triplet: BE, 5F and BA. RGB value is (190,95,186). Sum of RGB (Red+Green+Blue) = 190+95+186=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5FBA is #41A045. Grayscale: #858585. Windows color (decimal): -4300870 or 12214206. OLE color: 12214206.

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

Color convert

RGB 190 95 186 -
CMYK 0 0.5 0.02 0.25
HSL 302.53º 0.42% 0.56% -
HSV(B) 302.53º 0.5% 0.75% -
XYZ 34.19 22.68 49.03 -
YUV 133.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 190 95 186 0 0.5 0.02 0.25 302.53 0.42 0.56
Hex BE 5F BA 0 32 2 19 12F 2A 38
Octal 276 137 272 0 62 2 31 457 52 70
Binary 10111110 1011111 10111010 0 110010 10 11001 100101111 101010 111000

Color Harmonies of #BE5FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5FBA

Black with #BE5FBA

Text Example


Text Example

White with #BE5FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5FBA; }

 p { color: rgb(190,95,186); }

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

background-color css

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

 a { background-color: rgb(190,95,186); }

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

border-color css

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

 span { border-color: rgb(190,95,186); }

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