Html Css Color HEX #BA6CCD Medium Orchid

📋 copy color: '#BA6CCD'

red 186 ◦ green 108 ◦ blue 205

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

Shades of Medium Orchid #BA6CCD

Tints of Medium Orchid #BA6CCD

RGB

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

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

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

R = 37.27%
G = 21.64%
B = 41.08%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA6CCD (or 0xBA6CCD) is known color: Medium Orchid. HEX triplet: BA, 6C and CD. RGB value is (186,108,205). Sum of RGB (Red+Green+Blue) = 186+108+205=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA6CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CCD is #459332. Grayscale: #8E8E8E. Windows color (decimal): -4559667 or 13462714. OLE color: 13462714.

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

Color convert

RGB 186 108 205 -
CMYK 0.09 0.47 0 0.20
HSL 288.25º 0.49% 0.61% -
HSV(B) 288.25º 0.47% 0.8% -
XYZ 36.63 25.57 60.76 -
YUV 142.38 163.34 159.11 -
System Red Green Blue C M Y K H S L
Decimal 186 108 205 0.09 0.47 0 0.20 288.25 0.49 0.61
Hex BA 6C CD 9 2F 0 14 120 31 3D
Octal 272 154 315 11 57 0 24 440 61 75
Binary 10111010 1101100 11001101 1001 101111 0 10100 100100000 110001 111101

Color Harmonies of #BA6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6CCD

Black with #BA6CCD

Text Example


Text Example

White with #BA6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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