Html Css Color HEX #BA38CD Medium Orchid

📋 copy color: '#BA38CD'

red 186 ◦ green 56 ◦ blue 205

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

Shades of Medium Orchid #BA38CD

Tints of Medium Orchid #BA38CD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.53%

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

R = 41.61%
G = 12.53%
B = 45.86%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA38CD (or 0xBA38CD) is known color: Medium Orchid. HEX triplet: BA, 38 and CD. RGB value is (186,56,205). Sum of RGB (Red+Green+Blue) = 186+56+205=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA38CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38CD is #45C732. Grayscale: #6F6F6F. Windows color (decimal): -4572979 or 13449402. OLE color: 13449402.

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

Color convert

RGB 186 56 205 -
CMYK 0.09 0.73 0 0.20
HSL 292.35º 0.6% 0.51% -
HSV(B) 292.35º 0.73% 0.8% -
XYZ 32.68 17.68 59.45 -
YUV 111.86 180.57 180.88 -
System Red Green Blue C M Y K H S L
Decimal 186 56 205 0.09 0.73 0 0.20 292.35 0.6 0.51
Hex BA 38 CD 9 49 0 14 124 3C 33
Octal 272 70 315 11 111 0 24 444 74 63
Binary 10111010 111000 11001101 1001 1001001 0 10100 100100100 111100 110011

Color Harmonies of #BA38CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38CD

Black with #BA38CD

Text Example


Text Example

White with #BA38CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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