Html Css Color HEX #BA6DCB Medium Orchid

📋 copy color: '#BA6DCB'

red 186 ◦ green 109 ◦ blue 203

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

Shades of Medium Orchid #BA6DCB

Tints of Medium Orchid #BA6DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.89%

 BLUE value IS 203 (79.69% from 255) = 40.76%

R = 37.35%
G = 21.89%
B = 40.76%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA6DCB (or 0xBA6DCB) is known color: Medium Orchid. HEX triplet: BA, 6D and CB. RGB value is (186,109,203). Sum of RGB (Red+Green+Blue) = 186+109+203=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA6DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DCB is #459234. Grayscale: #8E8E8E. Windows color (decimal): -4559413 or 13331898. OLE color: 13331898.

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

Color convert

RGB 186 109 203 -
CMYK 0.08 0.46 0 0.20
HSL 289.15º 0.47% 0.61% -
HSV(B) 289.15º 0.46% 0.8% -
XYZ 36.5 25.69 59.53 -
YUV 142.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 186 109 203 0.08 0.46 0 0.20 289.15 0.47 0.61
Hex BA 6D CB 8 2E 0 14 121 2F 3D
Octal 272 155 313 10 56 0 24 441 57 75
Binary 10111010 1101101 11001011 1000 101110 0 10100 100100001 101111 111101

Color Harmonies of #BA6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DCB

Black with #BA6DCB

Text Example


Text Example

White with #BA6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DCB; }

 p { color: rgb(186,109,203); }

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

background-color css

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

 a { background-color: rgb(186,109,203); }

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

border-color css

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

 span { border-color: rgb(186,109,203); }

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