Html Css Color HEX #BA65EC Medium Orchid

📋 copy color: '#BA65EC'

red 186 ◦ green 101 ◦ blue 236

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

Shades of Medium Orchid #BA65EC

Tints of Medium Orchid #BA65EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.12%

R = 35.56%
G = 19.31%
B = 45.12%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA65EC (or 0xBA65EC) is known color: Medium Orchid. HEX triplet: BA, 65 and EC. RGB value is (186,101,236). Sum of RGB (Red+Green+Blue) = 186+101+236=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA65EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65EC is #459A13. Grayscale: #8D8D8D. Windows color (decimal): -4561428 or 15492538. OLE color: 15492538.

HSL color Cylindrical-coordinate representation of color #BA65EC: hue angle of 277.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA65EC is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 101 236 -
CMYK 0.21 0.57 0 0.07
HSL 277.78º 0.78% 0.66% -
HSV(B) 277.78º 0.57% 0.93% -
XYZ 40.04 25.8 82.23 -
YUV 141.81 181.16 159.52 -
System Red Green Blue C M Y K H S L
Decimal 186 101 236 0.21 0.57 0 0.07 277.78 0.78 0.66
Hex BA 65 EC 15 39 0 7 116 4E 42
Octal 272 145 354 25 71 0 7 426 116 102
Binary 10111010 1100101 11101100 10101 111001 0 111 100010110 1001110 1000010

Color Harmonies of #BA65EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65EC

Black with #BA65EC

Text Example


Text Example

White with #BA65EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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