Html Css Color HEX #BA75CE Medium Orchid

📋 copy color: '#BA75CE'

red 186 ◦ green 117 ◦ blue 206

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

Shades of Medium Orchid #BA75CE

Tints of Medium Orchid #BA75CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 36.54%
G = 22.99%
B = 40.47%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA75CE (or 0xBA75CE) is known color: Medium Orchid. HEX triplet: BA, 75 and CE. RGB value is (186,117,206). Sum of RGB (Red+Green+Blue) = 186+117+206=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA75CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75CE is #458A31. Grayscale: #939393. Windows color (decimal): -4557362 or 13530554. OLE color: 13530554.

HSL color Cylindrical-coordinate representation of color #BA75CE: hue angle of 286.52º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA75CE is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 117 206 -
CMYK 0.10 0.43 0 0.19
HSL 286.52º 0.48% 0.63% -
HSV(B) 286.52º 0.43% 0.81% -
XYZ 37.75 27.62 61.73 -
YUV 147.78 160.86 155.26 -
System Red Green Blue C M Y K H S L
Decimal 186 117 206 0.10 0.43 0 0.19 286.52 0.48 0.63
Hex BA 75 CE A 2B 0 13 11F 30 3F
Octal 272 165 316 12 53 0 23 437 60 77
Binary 10111010 1110101 11001110 1010 101011 0 10011 100011111 110000 111111

Color Harmonies of #BA75CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75CE

Black with #BA75CE

Text Example


Text Example

White with #BA75CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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