Html Css Color HEX #BA6BCA Medium Orchid

📋 copy color: '#BA6BCA'

red 186 ◦ green 107 ◦ blue 202

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

Shades of Medium Orchid #BA6BCA

Tints of Medium Orchid #BA6BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.62%

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

R = 37.58%
G = 21.62%
B = 40.81%

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

#BA6BCA (or 0xBA6BCA) is known color: Medium Orchid. HEX triplet: BA, 6B and CA. RGB value is (186,107,202). Sum of RGB (Red+Green+Blue) = 186+107+202=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA6BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BCA is #459435. Grayscale: #8D8D8D. Windows color (decimal): -4559926 or 13265850. OLE color: 13265850.

HSL color Cylindrical-coordinate representation of color #BA6BCA: hue angle of 289.89º 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 #BA6BCA is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 107 202 -
CMYK 0.08 0.47 0 0.21
HSL 289.89º 0.47% 0.61% -
HSV(B) 289.89º 0.47% 0.79% -
XYZ 36.17 25.22 58.84 -
YUV 141.45 162.17 159.78 -
System Red Green Blue C M Y K H S L
Decimal 186 107 202 0.08 0.47 0 0.21 289.89 0.47 0.61
Hex BA 6B CA 8 2F 0 15 122 2F 3D
Octal 272 153 312 10 57 0 25 442 57 75
Binary 10111010 1101011 11001010 1000 101111 0 10101 100100010 101111 111101

Color Harmonies of #BA6BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6BCA

Black with #BA6BCA

Text Example


Text Example

White with #BA6BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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