Html Css Color HEX #BA75E6 Medium Orchid

📋 copy color: '#BA75E6'

red 186 ◦ green 117 ◦ blue 230

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

Shades of Medium Orchid #BA75E6

Tints of Medium Orchid #BA75E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.15%

R = 34.9%
G = 21.95%
B = 43.15%

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

#BA75E6 (or 0xBA75E6) is known color: Medium Orchid. HEX triplet: BA, 75 and E6. RGB value is (186,117,230). Sum of RGB (Red+Green+Blue) = 186+117+230=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA75E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA75E6 is #458A19. Grayscale: #969696. Windows color (decimal): -4557338 or 15103418. OLE color: 15103418.

HSL color Cylindrical-coordinate representation of color #BA75E6: hue angle of 276.64º degrees, saturation: 0.69, 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 #BA75E6 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 117 230 -
CMYK 0.19 0.49 0 0.10
HSL 276.64º 0.69% 0.68% -
HSV(B) 276.64º 0.49% 0.9% -
XYZ 40.89 28.87 78.28 -
YUV 150.51 172.86 153.31 -
System Red Green Blue C M Y K H S L
Decimal 186 117 230 0.19 0.49 0 0.10 276.64 0.69 0.68
Hex BA 75 E6 13 31 0 A 115 45 44
Octal 272 165 346 23 61 0 12 425 105 104
Binary 10111010 1110101 11100110 10011 110001 0 1010 100010101 1000101 1000100

Color Harmonies of #BA75E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75E6

Black with #BA75E6

Text Example


Text Example

White with #BA75E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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