Html Css Color HEX #BA69CE Medium Orchid

📋 copy color: '#BA69CE'

red 186 ◦ green 105 ◦ blue 206

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

Shades of Medium Orchid #BA69CE

Tints of Medium Orchid #BA69CE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.13%

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

R = 37.42%
G = 21.13%
B = 41.45%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA69CE (or 0xBA69CE) is known color: Medium Orchid. HEX triplet: BA, 69 and CE. RGB value is (186,105,206). Sum of RGB (Red+Green+Blue) = 186+105+206=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA69CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69CE is #459631. Grayscale: #8C8C8C. Windows color (decimal): -4560434 or 13527482. OLE color: 13527482.

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

Color convert

RGB 186 105 206 -
CMYK 0.10 0.49 0 0.19
HSL 288.12º 0.51% 0.61% -
HSV(B) 288.12º 0.49% 0.81% -
XYZ 36.44 25 61.3 -
YUV 140.73 164.84 160.29 -
System Red Green Blue C M Y K H S L
Decimal 186 105 206 0.10 0.49 0 0.19 288.12 0.51 0.61
Hex BA 69 CE A 31 0 13 120 33 3D
Octal 272 151 316 12 61 0 23 440 63 75
Binary 10111010 1101001 11001110 1010 110001 0 10011 100100000 110011 111101

Color Harmonies of #BA69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69CE

Black with #BA69CE

Text Example


Text Example

White with #BA69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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