Html Css Color HEX #BE78D5 Medium Orchid

📋 copy color: '#BE78D5'

red 190 ◦ green 120 ◦ blue 213

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

Shades of Medium Orchid #BE78D5

Tints of Medium Orchid #BE78D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.73%

R = 36.33%
G = 22.94%
B = 40.73%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE78D5 (or 0xBE78D5) is known color: Medium Orchid. HEX triplet: BE, 78 and D5. RGB value is (190,120,213). Sum of RGB (Red+Green+Blue) = 190+120+213=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE78D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE78D5 is #41872A. Grayscale: #979797. Windows color (decimal): -4294443 or 13990078. OLE color: 13990078.

HSL color Cylindrical-coordinate representation of color #BE78D5: hue angle of 285.16º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE78D5 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 120 213 -
CMYK 0.11 0.44 0 0.16
HSL 285.16º 0.53% 0.65% -
HSV(B) 285.16º 0.44% 0.84% -
XYZ 39.96 29.18 66.48 -
YUV 151.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 190 120 213 0.11 0.44 0 0.16 285.16 0.53 0.65
Hex BE 78 D5 B 2C 0 10 11D 35 41
Octal 276 170 325 13 54 0 20 435 65 101
Binary 10111110 1111000 11010101 1011 101100 0 10000 100011101 110101 1000001

Color Harmonies of #BE78D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE78D5

Black with #BE78D5

Text Example


Text Example

White with #BE78D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE78D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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