Html Css Color HEX #BA68CD Medium Orchid

📋 copy color: '#BA68CD'

red 186 ◦ green 104 ◦ blue 205

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

Shades of Medium Orchid #BA68CD

Tints of Medium Orchid #BA68CD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.01%

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 37.58%
G = 21.01%
B = 41.41%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA68CD (or 0xBA68CD) is known color: Medium Orchid. HEX triplet: BA, 68 and CD. RGB value is (186,104,205). Sum of RGB (Red+Green+Blue) = 186+104+205=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA68CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68CD is #459732. Grayscale: #8B8B8B. Windows color (decimal): -4560691 or 13461690. OLE color: 13461690.

HSL color Cylindrical-coordinate representation of color #BA68CD: hue angle of 288.71º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA68CD is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 104 205 -
CMYK 0.09 0.49 0 0.20
HSL 288.71º 0.5% 0.61% -
HSV(B) 288.71º 0.49% 0.8% -
XYZ 36.22 24.75 60.63 -
YUV 140.03 164.67 160.79 -
System Red Green Blue C M Y K H S L
Decimal 186 104 205 0.09 0.49 0 0.20 288.71 0.5 0.61
Hex BA 68 CD 9 31 0 14 121 32 3D
Octal 272 150 315 11 61 0 24 441 62 75
Binary 10111010 1101000 11001101 1001 110001 0 10100 100100001 110010 111101

Color Harmonies of #BA68CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68CD

Black with #BA68CD

Text Example


Text Example

White with #BA68CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68CD; }

 p { color: rgb(186,104,205); }

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

background-color css

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

 a { background-color: rgb(186,104,205); }

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

border-color css

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

 span { border-color: rgb(186,104,205); }

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