Html Css Color HEX #BE73C9 Medium Orchid

📋 copy color: '#BE73C9'

red 190 ◦ green 115 ◦ blue 201

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

Shades of Medium Orchid #BE73C9

Tints of Medium Orchid #BE73C9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.73%

 BLUE value IS 201 (78.91% from 255) = 39.72%

R = 37.55%
G = 22.73%
B = 39.72%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE73C9 (or 0xBE73C9) is known color: Medium Orchid. HEX triplet: BE, 73 and C9. RGB value is (190,115,201). Sum of RGB (Red+Green+Blue) = 190+115+201=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE73C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73C9 is #418C36. Grayscale: #929292. Windows color (decimal): -4295735 or 13202366. OLE color: 13202366.

HSL color Cylindrical-coordinate representation of color #BE73C9: hue angle of 292.33º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE73C9 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 115 201 -
CMYK 0.05 0.43 0 0.21
HSL 292.33º 0.44% 0.62% -
HSV(B) 292.33º 0.43% 0.79% -
XYZ 37.91 27.43 58.55 -
YUV 147.23 158.35 158.51 -
System Red Green Blue C M Y K H S L
Decimal 190 115 201 0.05 0.43 0 0.21 292.33 0.44 0.62
Hex BE 73 C9 5 2B 0 15 124 2C 3E
Octal 276 163 311 5 53 0 25 444 54 76
Binary 10111110 1110011 11001001 101 101011 0 10101 100100100 101100 111110

Color Harmonies of #BE73C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE73C9

Black with #BE73C9

Text Example


Text Example

White with #BE73C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE73C9; }

 p { color: rgb(190,115,201); }

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

background-color css

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

 a { background-color: rgb(190,115,201); }

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

border-color css

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

 span { border-color: rgb(190,115,201); }

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