Html Css Color HEX #BA38CE Medium Orchid

📋 copy color: '#BA38CE'

red 186 ◦ green 56 ◦ blue 206

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

Shades of Medium Orchid #BA38CE

Tints of Medium Orchid #BA38CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 41.52%
G = 12.5%
B = 45.98%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA38CE (or 0xBA38CE) is known color: Medium Orchid. HEX triplet: BA, 38 and CE. RGB value is (186,56,206). Sum of RGB (Red+Green+Blue) = 186+56+206=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA38CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38CE is #45C731. Grayscale: #6F6F6F. Windows color (decimal): -4572978 or 13514938. OLE color: 13514938.

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

Color convert

RGB 186 56 206 -
CMYK 0.10 0.73 0 0.19
HSL 292º 0.6% 0.51% -
HSV(B) 292º 0.73% 0.81% -
XYZ 32.8 17.72 60.08 -
YUV 111.97 181.07 180.8 -
System Red Green Blue C M Y K H S L
Decimal 186 56 206 0.10 0.73 0 0.19 292 0.6 0.51
Hex BA 38 CE A 49 0 13 124 3C 33
Octal 272 70 316 12 111 0 23 444 74 63
Binary 10111010 111000 11001110 1010 1001001 0 10011 100100100 111100 110011

Color Harmonies of #BA38CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38CE

Black with #BA38CE

Text Example


Text Example

White with #BA38CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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