Html Css Color HEX #BA75E3 Medium Orchid

📋 copy color: '#BA75E3'

red 186 ◦ green 117 ◦ blue 227

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

Shades of Medium Orchid #BA75E3

Tints of Medium Orchid #BA75E3

RGB

 RED value IS 186 (73.05% from 255) = 35.09%

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

 BLUE value IS 227 (89.06% from 255) = 42.83%

R = 35.09%
G = 22.08%
B = 42.83%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA75E3 (or 0xBA75E3) is known color: Medium Orchid. HEX triplet: BA, 75 and E3. RGB value is (186,117,227). Sum of RGB (Red+Green+Blue) = 186+117+227=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA75E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75E3 is #458A1C. Grayscale: #959595. Windows color (decimal): -4557341 or 14906810. OLE color: 14906810.

HSL color Cylindrical-coordinate representation of color #BA75E3: hue angle of 277.64º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA75E3 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 117 227 -
CMYK 0.18 0.48 0 0.11
HSL 277.64º 0.66% 0.67% -
HSV(B) 277.64º 0.48% 0.89% -
XYZ 40.48 28.71 76.08 -
YUV 150.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 186 117 227 0.18 0.48 0 0.11 277.64 0.66 0.67
Hex BA 75 E3 12 30 0 B 116 42 43
Octal 272 165 343 22 60 0 13 426 102 103
Binary 10111010 1110101 11100011 10010 110000 0 1011 100010110 1000010 1000011

Color Harmonies of #BA75E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75E3

Black with #BA75E3

Text Example


Text Example

White with #BA75E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75E3; }

 p { color: rgb(186,117,227); }

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

background-color css

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

 a { background-color: rgb(186,117,227); }

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

border-color css

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

 span { border-color: rgb(186,117,227); }

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