Html Css Color HEX #BA65EF Medium Orchid

📋 copy color: '#BA65EF'

red 186 ◦ green 101 ◦ blue 239

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

Shades of Medium Orchid #BA65EF

Tints of Medium Orchid #BA65EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.44%

R = 35.36%
G = 19.2%
B = 45.44%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA65EF (or 0xBA65EF) is known color: Medium Orchid. HEX triplet: BA, 65 and EF. RGB value is (186,101,239). Sum of RGB (Red+Green+Blue) = 186+101+239=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA65EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65EF is #459A10. Grayscale: #8D8D8D. Windows color (decimal): -4561425 or 15689146. OLE color: 15689146.

HSL color Cylindrical-coordinate representation of color #BA65EF: hue angle of 276.96º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA65EF is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 101 239 -
CMYK 0.22 0.58 0 0.06
HSL 276.96º 0.81% 0.67% -
HSV(B) 276.96º 0.58% 0.94% -
XYZ 40.48 25.98 84.54 -
YUV 142.15 182.66 159.28 -
System Red Green Blue C M Y K H S L
Decimal 186 101 239 0.22 0.58 0 0.06 276.96 0.81 0.67
Hex BA 65 EF 16 3A 0 6 115 51 43
Octal 272 145 357 26 72 0 6 425 121 103
Binary 10111010 1100101 11101111 10110 111010 0 110 100010101 1010001 1000011

Color Harmonies of #BA65EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65EF

Black with #BA65EF

Text Example


Text Example

White with #BA65EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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