Html Css Color HEX #BA75E5 Medium Orchid

📋 copy color: '#BA75E5'

red 186 ◦ green 117 ◦ blue 229

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

Shades of Medium Orchid #BA75E5

Tints of Medium Orchid #BA75E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.05%

R = 34.96%
G = 21.99%
B = 43.05%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA75E5 (or 0xBA75E5) is known color: Medium Orchid. HEX triplet: BA, 75 and E5. RGB value is (186,117,229). Sum of RGB (Red+Green+Blue) = 186+117+229=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA75E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75E5 is #458A1A. Grayscale: #969696. Windows color (decimal): -4557339 or 15037882. OLE color: 15037882.

HSL color Cylindrical-coordinate representation of color #BA75E5: hue angle of 276.96º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA75E5 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 117 229 -
CMYK 0.19 0.49 0 0.10
HSL 276.96º 0.68% 0.68% -
HSV(B) 276.96º 0.49% 0.9% -
XYZ 40.75 28.82 77.54 -
YUV 150.4 172.36 153.39 -
System Red Green Blue C M Y K H S L
Decimal 186 117 229 0.19 0.49 0 0.10 276.96 0.68 0.68
Hex BA 75 E5 13 31 0 A 115 44 44
Octal 272 165 345 23 61 0 12 425 104 104
Binary 10111010 1110101 11100101 10011 110001 0 1010 100010101 1000100 1000100

Color Harmonies of #BA75E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75E5

Black with #BA75E5

Text Example


Text Example

White with #BA75E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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