Html Css Color HEX #BA65DD Medium Orchid

📋 copy color: '#BA65DD'

red 186 ◦ green 101 ◦ blue 221

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

Shades of Medium Orchid #BA65DD

Tints of Medium Orchid #BA65DD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.88%

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

R = 36.61%
G = 19.88%
B = 43.5%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA65DD (or 0xBA65DD) is known color: Medium Orchid. HEX triplet: BA, 65 and DD. RGB value is (186,101,221). Sum of RGB (Red+Green+Blue) = 186+101+221=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA65DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65DD is #459A22. Grayscale: #8B8B8B. Windows color (decimal): -4561443 or 14509498. OLE color: 14509498.

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

Color convert

RGB 186 101 221 -
CMYK 0.16 0.54 0 0.13
HSL 282.5º 0.64% 0.63% -
HSV(B) 282.5º 0.54% 0.87% -
XYZ 37.95 24.97 71.23 -
YUV 140.1 173.66 160.74 -
System Red Green Blue C M Y K H S L
Decimal 186 101 221 0.16 0.54 0 0.13 282.5 0.64 0.63
Hex BA 65 DD 10 36 0 D 11A 40 3F
Octal 272 145 335 20 66 0 15 432 100 77
Binary 10111010 1100101 11011101 10000 110110 0 1101 100011010 1000000 111111

Color Harmonies of #BA65DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65DD

Black with #BA65DD

Text Example


Text Example

White with #BA65DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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