Html Css Color HEX #BE78CF Medium Orchid

📋 copy color: '#BE78CF'

red 190 ◦ green 120 ◦ blue 207

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

Shades of Medium Orchid #BE78CF

Tints of Medium Orchid #BE78CF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.21%

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 36.75%
G = 23.21%
B = 40.04%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE78CF (or 0xBE78CF) is known color: Medium Orchid. HEX triplet: BE, 78 and CF. RGB value is (190,120,207). Sum of RGB (Red+Green+Blue) = 190+120+207=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE78CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE78CF is #418730. Grayscale: #969696. Windows color (decimal): -4294449 or 13596862. OLE color: 13596862.

HSL color Cylindrical-coordinate representation of color #BE78CF: hue angle of 288.28º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE78CF is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 120 207 -
CMYK 0.08 0.42 0 0.19
HSL 288.28º 0.48% 0.64% -
HSV(B) 288.28º 0.42% 0.81% -
XYZ 39.21 28.89 62.54 -
YUV 150.85 159.69 155.93 -
System Red Green Blue C M Y K H S L
Decimal 190 120 207 0.08 0.42 0 0.19 288.28 0.48 0.64
Hex BE 78 CF 8 2A 0 13 120 30 40
Octal 276 170 317 10 52 0 23 440 60 100
Binary 10111110 1111000 11001111 1000 101010 0 10011 100100000 110000 1000000

Color Harmonies of #BE78CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE78CF

Black with #BE78CF

Text Example


Text Example

White with #BE78CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE78CF; }

 p { color: rgb(190,120,207); }

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

background-color css

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

 a { background-color: rgb(190,120,207); }

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

border-color css

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

 span { border-color: rgb(190,120,207); }

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