Html Css Color HEX #BA63C9 Medium Orchid

📋 copy color: '#BA63C9'

red 186 ◦ green 99 ◦ blue 201

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

Shades of Medium Orchid #BA63C9

Tints of Medium Orchid #BA63C9

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.37%

 BLUE value IS 201 (78.91% from 255) = 41.36%

R = 38.27%
G = 20.37%
B = 41.36%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA63C9 (or 0xBA63C9) is known color: Medium Orchid. HEX triplet: BA, 63 and C9. RGB value is (186,99,201). Sum of RGB (Red+Green+Blue) = 186+99+201=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA63C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63C9 is #459C36. Grayscale: #888888. Windows color (decimal): -4561975 or 13198266. OLE color: 13198266.

HSL color Cylindrical-coordinate representation of color #BA63C9: hue angle of 291.18º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA63C9 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 99 201 -
CMYK 0.07 0.51 0 0.21
HSL 291.18º 0.49% 0.59% -
HSV(B) 291.18º 0.51% 0.79% -
XYZ 35.25 23.58 57.95 -
YUV 136.64 164.32 163.21 -
System Red Green Blue C M Y K H S L
Decimal 186 99 201 0.07 0.51 0 0.21 291.18 0.49 0.59
Hex BA 63 C9 7 33 0 15 123 31 3B
Octal 272 143 311 7 63 0 25 443 61 73
Binary 10111010 1100011 11001001 111 110011 0 10101 100100011 110001 111011

Color Harmonies of #BA63C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63C9

Black with #BA63C9

Text Example


Text Example

White with #BA63C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63C9; }

 p { color: rgb(186,99,201); }

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

background-color css

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

 a { background-color: rgb(186,99,201); }

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

border-color css

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

 span { border-color: rgb(186,99,201); }

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