Html Css Color HEX #BA68CC Medium Orchid

📋 copy color: '#BA68CC'

red 186 ◦ green 104 ◦ blue 204

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

Shades of Medium Orchid #BA68CC

Tints of Medium Orchid #BA68CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 37.65%
G = 21.05%
B = 41.3%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA68CC (or 0xBA68CC) is known color: Medium Orchid. HEX triplet: BA, 68 and CC. RGB value is (186,104,204). Sum of RGB (Red+Green+Blue) = 186+104+204=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA68CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68CC is #459733. Grayscale: #8B8B8B. Windows color (decimal): -4560692 or 13396154. OLE color: 13396154.

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

Color convert

RGB 186 104 204 -
CMYK 0.09 0.49 0 0.2
HSL 289.2º 0.5% 0.6% -
HSV(B) 289.2º 0.49% 0.8% -
XYZ 36.1 24.7 59.99 -
YUV 139.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 186 104 204 0.09 0.49 0 0.2 289.2 0.5 0.6
Hex BA 68 CC 9 31 0 14 121 32 3C
Octal 272 150 314 11 61 0 24 441 62 74
Binary 10111010 1101000 11001100 1001 110001 0 10100 100100001 110010 111100

Color Harmonies of #BA68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68CC

Black with #BA68CC

Text Example


Text Example

White with #BA68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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