Html Css Color HEX #BA64CE Medium Orchid

📋 copy color: '#BA64CE'

red 186 ◦ green 100 ◦ blue 206

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

Shades of Medium Orchid #BA64CE

Tints of Medium Orchid #BA64CE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.33%

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

R = 37.8%
G = 20.33%
B = 41.87%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA64CE (or 0xBA64CE) is known color: Medium Orchid. HEX triplet: BA, 64 and CE. RGB value is (186,100,206). Sum of RGB (Red+Green+Blue) = 186+100+206=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA64CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64CE is #459B31. Grayscale: #898989. Windows color (decimal): -4561714 or 13526202. OLE color: 13526202.

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

Color convert

RGB 186 100 206 -
CMYK 0.10 0.51 0 0.19
HSL 288.68º 0.52% 0.6% -
HSV(B) 288.68º 0.51% 0.81% -
XYZ 35.95 24.01 61.13 -
YUV 137.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 186 100 206 0.10 0.51 0 0.19 288.68 0.52 0.6
Hex BA 64 CE A 33 0 13 121 34 3C
Octal 272 144 316 12 63 0 23 441 64 74
Binary 10111010 1100100 11001110 1010 110011 0 10011 100100001 110100 111100

Color Harmonies of #BA64CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64CE

Black with #BA64CE

Text Example


Text Example

White with #BA64CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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