Html Css Color HEX #BA65DC Medium Orchid

📋 copy color: '#BA65DC'

red 186 ◦ green 101 ◦ blue 220

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

Shades of Medium Orchid #BA65DC

Tints of Medium Orchid #BA65DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.39%

R = 36.69%
G = 19.92%
B = 43.39%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA65DC (or 0xBA65DC) is known color: Medium Orchid. HEX triplet: BA, 65 and DC. RGB value is (186,101,220). Sum of RGB (Red+Green+Blue) = 186+101+220=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA65DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65DC is #459A23. Grayscale: #8B8B8B. Windows color (decimal): -4561444 or 14443962. OLE color: 14443962.

HSL color Cylindrical-coordinate representation of color #BA65DC: hue angle of 282.86º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA65DC is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 101 220 -
CMYK 0.15 0.54 0 0.14
HSL 282.86º 0.63% 0.63% -
HSV(B) 282.86º 0.54% 0.86% -
XYZ 37.82 24.91 70.53 -
YUV 139.98 173.16 160.82 -
System Red Green Blue C M Y K H S L
Decimal 186 101 220 0.15 0.54 0 0.14 282.86 0.63 0.63
Hex BA 65 DC F 36 0 E 11B 3F 3F
Octal 272 145 334 17 66 0 16 433 77 77
Binary 10111010 1100101 11011100 1111 110110 0 1110 100011011 111111 111111

Color Harmonies of #BA65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65DC

Black with #BA65DC

Text Example


Text Example

White with #BA65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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