Html Css Color HEX #BE75DC Medium Orchid

📋 copy color: '#BE75DC'

red 190 ◦ green 117 ◦ blue 220

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

Shades of Medium Orchid #BE75DC

Tints of Medium Orchid #BE75DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 36.05%
G = 22.2%
B = 41.75%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE75DC (or 0xBE75DC) is known color: Medium Orchid. HEX triplet: BE, 75 and DC. RGB value is (190,117,220). Sum of RGB (Red+Green+Blue) = 190+117+220=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75DC is #418A23. Grayscale: #969696. Windows color (decimal): -4295204 or 14448062. OLE color: 14448062.

HSL color Cylindrical-coordinate representation of color #BE75DC: hue angle of 282.52º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE75DC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 117 220 -
CMYK 0.14 0.47 0 0.14
HSL 282.52º 0.6% 0.66% -
HSV(B) 282.52º 0.47% 0.86% -
XYZ 40.51 28.84 71.14 -
YUV 150.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 190 117 220 0.14 0.47 0 0.14 282.52 0.6 0.66
Hex BE 75 DC E 2F 0 E 11B 3C 42
Octal 276 165 334 16 57 0 16 433 74 102
Binary 10111110 1110101 11011100 1110 101111 0 1110 100011011 111100 1000010

Color Harmonies of #BE75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE75DC

Black with #BE75DC

Text Example


Text Example

White with #BE75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE75DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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