Html Css Color HEX #BA75E7 Medium Orchid

📋 copy color: '#BA75E7'

red 186 ◦ green 117 ◦ blue 231

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

Shades of Medium Orchid #BA75E7

Tints of Medium Orchid #BA75E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.26%

R = 34.83%
G = 21.91%
B = 43.26%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA75E7 (or 0xBA75E7) is known color: Medium Orchid. HEX triplet: BA, 75 and E7. RGB value is (186,117,231). Sum of RGB (Red+Green+Blue) = 186+117+231=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA75E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA75E7 is #458A18. Grayscale: #969696. Windows color (decimal): -4557337 or 15168954. OLE color: 15168954.

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

Color convert

RGB 186 117 231 -
CMYK 0.19 0.49 0 0.09
HSL 276.32º 0.7% 0.68% -
HSV(B) 276.32º 0.49% 0.91% -
XYZ 41.03 28.93 79.02 -
YUV 150.63 173.36 153.23 -
System Red Green Blue C M Y K H S L
Decimal 186 117 231 0.19 0.49 0 0.09 276.32 0.7 0.68
Hex BA 75 E7 13 31 0 9 114 46 44
Octal 272 165 347 23 61 0 11 424 106 104
Binary 10111010 1110101 11100111 10011 110001 0 1001 100010100 1000110 1000100

Color Harmonies of #BA75E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75E7

Black with #BA75E7

Text Example


Text Example

White with #BA75E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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