Html Css Color HEX #BA39CE Medium Orchid

📋 copy color: '#BA39CE'

red 186 ◦ green 57 ◦ blue 206

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

Shades of Medium Orchid #BA39CE

Tints of Medium Orchid #BA39CE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.69%

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

R = 41.43%
G = 12.69%
B = 45.88%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA39CE (or 0xBA39CE) is known color: Medium Orchid. HEX triplet: BA, 39 and CE. RGB value is (186,57,206). Sum of RGB (Red+Green+Blue) = 186+57+206=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA39CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39CE is #45C631. Grayscale: #707070. Windows color (decimal): -4572722 or 13515194. OLE color: 13515194.

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

Color convert

RGB 186 57 206 -
CMYK 0.10 0.72 0 0.19
HSL 291.95º 0.6% 0.52% -
HSV(B) 291.95º 0.72% 0.81% -
XYZ 32.85 17.82 60.1 -
YUV 112.56 180.74 180.38 -
System Red Green Blue C M Y K H S L
Decimal 186 57 206 0.10 0.72 0 0.19 291.95 0.6 0.52
Hex BA 39 CE A 48 0 13 124 3C 34
Octal 272 71 316 12 110 0 23 444 74 64
Binary 10111010 111001 11001110 1010 1001000 0 10011 100100100 111100 110100

Color Harmonies of #BA39CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA39CE

Black with #BA39CE

Text Example


Text Example

White with #BA39CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA39CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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