Html Css Color HEX #BA75E9 Medium Orchid

📋 copy color: '#BA75E9'

red 186 ◦ green 117 ◦ blue 233

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

Shades of Medium Orchid #BA75E9

Tints of Medium Orchid #BA75E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.47%

R = 34.7%
G = 21.83%
B = 43.47%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA75E9 (or 0xBA75E9) is known color: Medium Orchid. HEX triplet: BA, 75 and E9. RGB value is (186,117,233). Sum of RGB (Red+Green+Blue) = 186+117+233=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA75E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA75E9 is #458A16. Grayscale: #969696. Windows color (decimal): -4557335 or 15300026. OLE color: 15300026.

HSL color Cylindrical-coordinate representation of color #BA75E9: hue angle of 275.69º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA75E9 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 117 233 -
CMYK 0.20 0.50 0 0.09
HSL 275.69º 0.73% 0.69% -
HSV(B) 275.69º 0.5% 0.91% -
XYZ 41.32 29.04 80.52 -
YUV 150.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 186 117 233 0.20 0.50 0 0.09 275.69 0.73 0.69
Hex BA 75 E9 14 32 0 9 114 48 45
Octal 272 165 351 24 62 0 11 424 110 105
Binary 10111010 1110101 11101001 10100 110010 0 1001 100010100 1001000 1000101

Color Harmonies of #BA75E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75E9

Black with #BA75E9

Text Example


Text Example

White with #BA75E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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