Html Css Color HEX #BE76D8 Medium Orchid

📋 copy color: '#BE76D8'

red 190 ◦ green 118 ◦ blue 216

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

Shades of Medium Orchid #BE76D8

Tints of Medium Orchid #BE76D8

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.52%

 BLUE value IS 216 (84.77% from 255) = 41.22%

R = 36.26%
G = 22.52%
B = 41.22%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE76D8 (or 0xBE76D8) is known color: Medium Orchid. HEX triplet: BE, 76 and D8. RGB value is (190,118,216). Sum of RGB (Red+Green+Blue) = 190+118+216=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE76D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76D8 is #418927. Grayscale: #969696. Windows color (decimal): -4294952 or 14186174. OLE color: 14186174.

HSL color Cylindrical-coordinate representation of color #BE76D8: hue angle of 284.08º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE76D8 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 118 216 -
CMYK 0.12 0.45 0 0.15
HSL 284.08º 0.56% 0.65% -
HSV(B) 284.08º 0.45% 0.85% -
XYZ 40.11 28.86 68.42 -
YUV 150.7 164.85 156.03 -
System Red Green Blue C M Y K H S L
Decimal 190 118 216 0.12 0.45 0 0.15 284.08 0.56 0.65
Hex BE 76 D8 C 2D 0 F 11C 38 41
Octal 276 166 330 14 55 0 17 434 70 101
Binary 10111110 1110110 11011000 1100 101101 0 1111 100011100 111000 1000001

Color Harmonies of #BE76D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE76D8

Black with #BE76D8

Text Example


Text Example

White with #BE76D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE76D8; }

 p { color: rgb(190,118,216); }

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

background-color css

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

 a { background-color: rgb(190,118,216); }

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

border-color css

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

 span { border-color: rgb(190,118,216); }

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