Html Css Color HEX #BA75DE Medium Orchid

📋 copy color: '#BA75DE'

red 186 ◦ green 117 ◦ blue 222

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

Shades of Medium Orchid #BA75DE

Tints of Medium Orchid #BA75DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.29%

R = 35.43%
G = 22.29%
B = 42.29%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA75DE (or 0xBA75DE) is known color: Medium Orchid. HEX triplet: BA, 75 and DE. RGB value is (186,117,222). Sum of RGB (Red+Green+Blue) = 186+117+222=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA75DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75DE is #458A21. Grayscale: #959595. Windows color (decimal): -4557346 or 14579130. OLE color: 14579130.

HSL color Cylindrical-coordinate representation of color #BA75DE: hue angle of 279.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA75DE is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 117 222 -
CMYK 0.16 0.47 0 0.13
HSL 279.43º 0.61% 0.66% -
HSV(B) 279.43º 0.47% 0.87% -
XYZ 39.8 28.44 72.5 -
YUV 149.6 168.86 153.96 -
System Red Green Blue C M Y K H S L
Decimal 186 117 222 0.16 0.47 0 0.13 279.43 0.61 0.66
Hex BA 75 DE 10 2F 0 D 117 3D 42
Octal 272 165 336 20 57 0 15 427 75 102
Binary 10111010 1110101 11011110 10000 101111 0 1101 100010111 111101 1000010

Color Harmonies of #BA75DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75DE

Black with #BA75DE

Text Example


Text Example

White with #BA75DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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