Html Css Color HEX #BA6CCA Medium Orchid

📋 copy color: '#BA6CCA'

red 186 ◦ green 108 ◦ blue 202

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

Shades of Medium Orchid #BA6CCA

Tints of Medium Orchid #BA6CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.77%

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 37.5%
G = 21.77%
B = 40.73%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA6CCA (or 0xBA6CCA) is known color: Medium Orchid. HEX triplet: BA, 6C and CA. RGB value is (186,108,202). Sum of RGB (Red+Green+Blue) = 186+108+202=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CCA is #459335. Grayscale: #8D8D8D. Windows color (decimal): -4559670 or 13266106. OLE color: 13266106.

HSL color Cylindrical-coordinate representation of color #BA6CCA: hue angle of 289.79º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6CCA is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 108 202 -
CMYK 0.08 0.47 0 0.21
HSL 289.79º 0.47% 0.61% -
HSV(B) 289.79º 0.47% 0.79% -
XYZ 36.27 25.43 58.87 -
YUV 142.04 161.84 159.36 -
System Red Green Blue C M Y K H S L
Decimal 186 108 202 0.08 0.47 0 0.21 289.79 0.47 0.61
Hex BA 6C CA 8 2F 0 15 122 2F 3D
Octal 272 154 312 10 57 0 25 442 57 75
Binary 10111010 1101100 11001010 1000 101111 0 10101 100100010 101111 111101

Color Harmonies of #BA6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6CCA

Black with #BA6CCA

Text Example


Text Example

White with #BA6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6CCA; }

 p { color: rgb(186,108,202); }

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

background-color css

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

 a { background-color: rgb(186,108,202); }

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

border-color css

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

 span { border-color: rgb(186,108,202); }

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