Html Css Color HEX #BE75D5 Medium Orchid

📋 copy color: '#BE75D5'

red 190 ◦ green 117 ◦ blue 213

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

Shades of Medium Orchid #BE75D5

Tints of Medium Orchid #BE75D5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.5%

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

R = 36.54%
G = 22.5%
B = 40.96%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE75D5 (or 0xBE75D5) is known color: Medium Orchid. HEX triplet: BE, 75 and D5. RGB value is (190,117,213). Sum of RGB (Red+Green+Blue) = 190+117+213=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE75D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75D5 is #418A2A. Grayscale: #959595. Windows color (decimal): -4295211 or 13989310. OLE color: 13989310.

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

Color convert

RGB 190 117 213 -
CMYK 0.11 0.45 0 0.16
HSL 285.63º 0.53% 0.65% -
HSV(B) 285.63º 0.45% 0.84% -
XYZ 39.61 28.47 66.36 -
YUV 149.77 163.68 156.69 -
System Red Green Blue C M Y K H S L
Decimal 190 117 213 0.11 0.45 0 0.16 285.63 0.53 0.65
Hex BE 75 D5 B 2D 0 10 11E 35 41
Octal 276 165 325 13 55 0 20 436 65 101
Binary 10111110 1110101 11010101 1011 101101 0 10000 100011110 110101 1000001

Color Harmonies of #BE75D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE75D5

Black with #BE75D5

Text Example


Text Example

White with #BE75D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE75D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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