Html Css Color HEX #BE35A8 Medium Red Violet

📋 copy color: '#BE35A8'

red 190 ◦ green 53 ◦ blue 168

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

Shades of Medium Red Violet #BE35A8

Tints of Medium Red Violet #BE35A8

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.9%

 BLUE value IS 168 (66.02% from 255) = 40.88%

R = 46.23%
G = 12.9%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE35A8 (or 0xBE35A8) is known color: Medium Red Violet. HEX triplet: BE, 35 and A8. RGB value is (190,53,168). Sum of RGB (Red+Green+Blue) = 190+53+168=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE35A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE35A8 is #41CA57. Grayscale: #6A6A6A. Windows color (decimal): -4311640 or 11023806. OLE color: 11023806.

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

Color convert

RGB 190 53 168 -
CMYK 0 0.72 0.12 0.25
HSL 309.64º 0.56% 0.48% -
HSV(B) 309.64º 0.72% 0.75% -
XYZ 29.58 16.32 38.64 -
YUV 107.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 190 53 168 0 0.72 0.12 0.25 309.64 0.56 0.48
Hex BE 35 A8 0 48 C 19 136 38 30
Octal 276 65 250 0 110 14 31 466 70 60
Binary 10111110 110101 10101000 0 1001000 1100 11001 100110110 111000 110000

Color Harmonies of #BE35A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE35A8

Black with #BE35A8

Text Example


Text Example

White with #BE35A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE35A8; }

 p { color: rgb(190,53,168); }

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

background-color css

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

 a { background-color: rgb(190,53,168); }

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

border-color css

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

 span { border-color: rgb(190,53,168); }

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