Html Css Color HEX #BE78E6 Medium Orchid

📋 copy color: '#BE78E6'

red 190 ◦ green 120 ◦ blue 230

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

Shades of Medium Orchid #BE78E6

Tints of Medium Orchid #BE78E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.59%

R = 35.19%
G = 22.22%
B = 42.59%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE78E6 (or 0xBE78E6) is known color: Medium Orchid. HEX triplet: BE, 78 and E6. RGB value is (190,120,230). Sum of RGB (Red+Green+Blue) = 190+120+230=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE78E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE78E6 is #418719. Grayscale: #999999. Windows color (decimal): -4294426 or 15104190. OLE color: 15104190.

HSL color Cylindrical-coordinate representation of color #BE78E6: hue angle of 278.18º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE78E6 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 120 230 -
CMYK 0.17 0.48 0 0.10
HSL 278.18º 0.69% 0.69% -
HSV(B) 278.18º 0.48% 0.9% -
XYZ 42.23 30.09 78.45 -
YUV 153.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 190 120 230 0.17 0.48 0 0.10 278.18 0.69 0.69
Hex BE 78 E6 11 30 0 A 116 45 45
Octal 276 170 346 21 60 0 12 426 105 105
Binary 10111110 1111000 11100110 10001 110000 0 1010 100010110 1000101 1000101

Color Harmonies of #BE78E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE78E6

Black with #BE78E6

Text Example


Text Example

White with #BE78E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE78E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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