Html Css Color HEX #BA51CD Medium Orchid

📋 copy color: '#BA51CD'

red 186 ◦ green 81 ◦ blue 205

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

Shades of Medium Orchid #BA51CD

Tints of Medium Orchid #BA51CD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.16%

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

R = 39.41%
G = 17.16%
B = 43.43%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA51CD (or 0xBA51CD) is known color: Medium Orchid. HEX triplet: BA, 51 and CD. RGB value is (186,81,205). Sum of RGB (Red+Green+Blue) = 186+81+205=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA51CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51CD is #45AE32. Grayscale: #7E7E7E. Windows color (decimal): -4566579 or 13455802. OLE color: 13455802.

HSL color Cylindrical-coordinate representation of color #BA51CD: hue angle of 290.81º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA51CD is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 81 205 -
CMYK 0.09 0.60 0 0.20
HSL 290.81º 0.55% 0.56% -
HSV(B) 290.81º 0.6% 0.8% -
XYZ 34.21 20.73 59.96 -
YUV 126.53 172.29 170.42 -
System Red Green Blue C M Y K H S L
Decimal 186 81 205 0.09 0.60 0 0.20 290.81 0.55 0.56
Hex BA 51 CD 9 3C 0 14 123 37 38
Octal 272 121 315 11 74 0 24 443 67 70
Binary 10111010 1010001 11001101 1001 111100 0 10100 100100011 110111 111000

Color Harmonies of #BA51CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA51CD

Black with #BA51CD

Text Example


Text Example

White with #BA51CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA51CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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