Html Css Color HEX #BA75D5 Medium Orchid

📋 copy color: '#BA75D5'

red 186 ◦ green 117 ◦ blue 213

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

Shades of Medium Orchid #BA75D5

Tints of Medium Orchid #BA75D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.28%

R = 36.05%
G = 22.67%
B = 41.28%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA75D5 (or 0xBA75D5) is known color: Medium Orchid. HEX triplet: BA, 75 and D5. RGB value is (186,117,213). Sum of RGB (Red+Green+Blue) = 186+117+213=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA75D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75D5 is #458A2A. Grayscale: #949494. Windows color (decimal): -4557355 or 13989306. OLE color: 13989306.

HSL color Cylindrical-coordinate representation of color #BA75D5: hue angle of 283.12º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA75D5 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 117 213 -
CMYK 0.13 0.45 0 0.16
HSL 283.13º 0.53% 0.65% -
HSV(B) 283.13º 0.45% 0.84% -
XYZ 38.62 27.97 66.31 -
YUV 148.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 186 117 213 0.13 0.45 0 0.16 283.13 0.53 0.65
Hex BA 75 D5 D 2D 0 10 11B 35 41
Octal 272 165 325 15 55 0 20 433 65 101
Binary 10111010 1110101 11010101 1101 101101 0 10000 100011011 110101 1000001

Color Harmonies of #BA75D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75D5

Black with #BA75D5

Text Example


Text Example

White with #BA75D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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