Html Css Color HEX #BA65E4 Medium Orchid

📋 copy color: '#BA65E4'

red 186 ◦ green 101 ◦ blue 228

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

Shades of Medium Orchid #BA65E4

Tints of Medium Orchid #BA65E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.27%

R = 36.12%
G = 19.61%
B = 44.27%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA65E4 (or 0xBA65E4) is known color: Medium Orchid. HEX triplet: BA, 65 and E4. RGB value is (186,101,228). Sum of RGB (Red+Green+Blue) = 186+101+228=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA65E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65E4 is #459A1B. Grayscale: #8C8C8C. Windows color (decimal): -4561436 or 14968250. OLE color: 14968250.

HSL color Cylindrical-coordinate representation of color #BA65E4: hue angle of 280.16º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA65E4 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 101 228 -
CMYK 0.18 0.56 0 0.11
HSL 280.16º 0.7% 0.65% -
HSV(B) 280.16º 0.56% 0.89% -
XYZ 38.91 25.35 76.24 -
YUV 140.89 177.16 160.17 -
System Red Green Blue C M Y K H S L
Decimal 186 101 228 0.18 0.56 0 0.11 280.16 0.7 0.65
Hex BA 65 E4 12 38 0 B 118 46 41
Octal 272 145 344 22 70 0 13 430 106 101
Binary 10111010 1100101 11100100 10010 111000 0 1011 100011000 1000110 1000001

Color Harmonies of #BA65E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65E4

Black with #BA65E4

Text Example


Text Example

White with #BA65E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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