Html Css Color HEX #BE76DA Medium Orchid

📋 copy color: '#BE76DA'

red 190 ◦ green 118 ◦ blue 218

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

Shades of Medium Orchid #BE76DA

Tints of Medium Orchid #BE76DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 36.12%
G = 22.43%
B = 41.44%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE76DA (or 0xBE76DA) is known color: Medium Orchid. HEX triplet: BE, 76 and DA. RGB value is (190,118,218). Sum of RGB (Red+Green+Blue) = 190+118+218=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE76DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76DA is #418925. Grayscale: #969696. Windows color (decimal): -4294950 or 14317246. OLE color: 14317246.

HSL color Cylindrical-coordinate representation of color #BE76DA: hue angle of 283.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE76DA is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 118 218 -
CMYK 0.13 0.46 0 0.15
HSL 283.2º 0.57% 0.66% -
HSV(B) 283.2º 0.46% 0.85% -
XYZ 40.37 28.97 69.79 -
YUV 150.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 190 118 218 0.13 0.46 0 0.15 283.2 0.57 0.66
Hex BE 76 DA D 2E 0 F 11B 39 42
Octal 276 166 332 15 56 0 17 433 71 102
Binary 10111110 1110110 11011010 1101 101110 0 1111 100011011 111001 1000010

Color Harmonies of #BE76DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE76DA

Black with #BE76DA

Text Example


Text Example

White with #BE76DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE76DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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