Html Css Color HEX #BA65EB Medium Orchid

📋 copy color: '#BA65EB'

red 186 ◦ green 101 ◦ blue 235

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

Shades of Medium Orchid #BA65EB

Tints of Medium Orchid #BA65EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.02%

R = 35.63%
G = 19.35%
B = 45.02%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA65EB (or 0xBA65EB) is known color: Medium Orchid. HEX triplet: BA, 65 and EB. RGB value is (186,101,235). Sum of RGB (Red+Green+Blue) = 186+101+235=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA65EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65EB is #459A14. Grayscale: #8D8D8D. Windows color (decimal): -4561429 or 15427002. OLE color: 15427002.

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

Color convert

RGB 186 101 235 -
CMYK 0.21 0.57 0 0.08
HSL 278.06º 0.77% 0.66% -
HSV(B) 278.06º 0.57% 0.92% -
XYZ 39.9 25.74 81.46 -
YUV 141.69 180.66 159.6 -
System Red Green Blue C M Y K H S L
Decimal 186 101 235 0.21 0.57 0 0.08 278.06 0.77 0.66
Hex BA 65 EB 15 39 0 8 116 4D 42
Octal 272 145 353 25 71 0 10 426 115 102
Binary 10111010 1100101 11101011 10101 111001 0 1000 100010110 1001101 1000010

Color Harmonies of #BA65EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65EB

Black with #BA65EB

Text Example


Text Example

White with #BA65EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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