Html Css Color HEX #BA64DD Medium Orchid

📋 copy color: '#BA64DD'

red 186 ◦ green 100 ◦ blue 221

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

Shades of Medium Orchid #BA64DD

Tints of Medium Orchid #BA64DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 36.69%
G = 19.72%
B = 43.59%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA64DD (or 0xBA64DD) is known color: Medium Orchid. HEX triplet: BA, 64 and DD. RGB value is (186,100,221). Sum of RGB (Red+Green+Blue) = 186+100+221=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64DD is #459B22. Grayscale: #8B8B8B. Windows color (decimal): -4561699 or 14509242. OLE color: 14509242.

HSL color Cylindrical-coordinate representation of color #BA64DD: hue angle of 282.64º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA64DD is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 100 221 -
CMYK 0.16 0.55 0 0.13
HSL 282.64º 0.64% 0.63% -
HSV(B) 282.64º 0.55% 0.87% -
XYZ 37.86 24.77 71.19 -
YUV 139.51 173.99 161.16 -
System Red Green Blue C M Y K H S L
Decimal 186 100 221 0.16 0.55 0 0.13 282.64 0.64 0.63
Hex BA 64 DD 10 37 0 D 11B 40 3F
Octal 272 144 335 20 67 0 15 433 100 77
Binary 10111010 1100100 11011101 10000 110111 0 1101 100011011 1000000 111111

Color Harmonies of #BA64DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64DD

Black with #BA64DD

Text Example


Text Example

White with #BA64DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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