Html Css Color HEX #BA65F6 Medium Orchid

📋 copy color: '#BA65F6'

red 186 ◦ green 101 ◦ blue 246

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

Shades of Medium Orchid #BA65F6

Tints of Medium Orchid #BA65F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.15%

R = 34.9%
G = 18.95%
B = 46.15%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA65F6 (or 0xBA65F6) is known color: Medium Orchid. HEX triplet: BA, 65 and F6. RGB value is (186,101,246). Sum of RGB (Red+Green+Blue) = 186+101+246=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA65F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65F6 is #459A09. Grayscale: #8E8E8E. Windows color (decimal): -4561418 or 16147898. OLE color: 16147898.

HSL color Cylindrical-coordinate representation of color #BA65F6: hue angle of 275.17º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA65F6 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 101 246 -
CMYK 0.24 0.59 0 0.04
HSL 275.17º 0.89% 0.68% -
HSV(B) 275.17º 0.59% 0.96% -
XYZ 41.54 26.4 90.1 -
YUV 142.95 186.16 158.71 -
System Red Green Blue C M Y K H S L
Decimal 186 101 246 0.24 0.59 0 0.04 275.17 0.89 0.68
Hex BA 65 F6 18 3B 0 4 113 59 44
Octal 272 145 366 30 73 0 4 423 131 104
Binary 10111010 1100101 11110110 11000 111011 0 100 100010011 1011001 1000100

Color Harmonies of #BA65F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65F6

Black with #BA65F6

Text Example


Text Example

White with #BA65F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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