Html Css Color HEX #BE75DF Medium Orchid

📋 copy color: '#BE75DF'

red 190 ◦ green 117 ◦ blue 223

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

Shades of Medium Orchid #BE75DF

Tints of Medium Orchid #BE75DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 35.85%
G = 22.08%
B = 42.08%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE75DF (or 0xBE75DF) is known color: Medium Orchid. HEX triplet: BE, 75 and DF. RGB value is (190,117,223). Sum of RGB (Red+Green+Blue) = 190+117+223=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE75DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75DF is #418A20. Grayscale: #969696. Windows color (decimal): -4295201 or 14644670. OLE color: 14644670.

HSL color Cylindrical-coordinate representation of color #BE75DF: hue angle of 281.32º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE75DF is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 117 223 -
CMYK 0.15 0.48 0 0.13
HSL 281.32º 0.62% 0.67% -
HSV(B) 281.32º 0.48% 0.87% -
XYZ 40.92 29 73.25 -
YUV 150.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 190 117 223 0.15 0.48 0 0.13 281.32 0.62 0.67
Hex BE 75 DF F 30 0 D 119 3E 43
Octal 276 165 337 17 60 0 15 431 76 103
Binary 10111110 1110101 11011111 1111 110000 0 1101 100011001 111110 1000011

Color Harmonies of #BE75DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE75DF

Black with #BE75DF

Text Example


Text Example

White with #BE75DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE75DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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