Html Css Color HEX #BE0C7B Medium Violet Red

📋 copy color: '#BE0C7B'

red 190 ◦ green 12 ◦ blue 123

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

Shades of Medium Violet Red #BE0C7B

Tints of Medium Violet Red #BE0C7B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.69%

 BLUE value IS 123 (48.44% from 255) = 37.85%

R = 58.46%
G = 3.69%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE0C7B (or 0xBE0C7B) is known color: Medium Violet Red. HEX triplet: BE, 0C and 7B. RGB value is (190,12,123). Sum of RGB (Red+Green+Blue) = 190+12+123=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0C7B is #41F384. Grayscale: #4D4D4D. Windows color (decimal): -4322181 or 8064190. OLE color: 8064190.

HSL color Cylindrical-coordinate representation of color #BE0C7B: hue angle of 322.58º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0C7B is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 12 123 -
CMYK 0 0.94 0.35 0.25
HSL 322.58º 0.88% 0.4% -
HSV(B) 322.58º 0.94% 0.75% -
XYZ 24.94 12.64 19.86 -
YUV 77.88 153.47 207.97 -
System Red Green Blue C M Y K H S L
Decimal 190 12 123 0 0.94 0.35 0.25 322.58 0.88 0.4
Hex BE C 7B 0 5E 23 19 143 58 28
Octal 276 14 173 0 136 43 31 503 130 50
Binary 10111110 1100 1111011 0 1011110 100011 11001 101000011 1011000 101000

Color Harmonies of #BE0C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0C7B

Black with #BE0C7B

Text Example


Text Example

White with #BE0C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0C7B; }

 p { color: rgb(190,12,123); }

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

background-color css

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

 a { background-color: rgb(190,12,123); }

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

border-color css

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

 span { border-color: rgb(190,12,123); }

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